Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Upgrade to GitHub-native Dependabot #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
registries:
npm-registry-npm-int-remitly-com:
type: npm-registry
url: https://npm.int.remitly.com
token: "${{secrets.NPM_REGISTRY_NPM_INT_REMITLY_COM_TOKEN}}"

updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "15:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: "@commitlint/config-conventional"
versions:
- 11.0.0
- 12.0.0
- 12.0.1
registries:
- npm-registry-npm-int-remitly-com