From c96e1d211ab557edc47a727dcda65c4500928ad0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 20:34:54 +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..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