From 799736d602118fb3002160a90afcf451eac5302a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 22:03:10 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a7ba0aa --- /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: eslint-plugin-react + versions: + - 7.22.0 + - 7.23.0 + - 7.23.1 + registries: + - npm-registry-npm-int-remitly-com