diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c83c873 --- /dev/null +++ b/.github/dependabot.yml @@ -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