diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8630c4a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +registries: + npm-registry-npm-pkg-github-com: + type: npm-registry + url: https://npm.pkg.github.com + token: "${{secrets.NPM_REGISTRY_NPM_PKG_GITHUB_COM_TOKEN}}" + +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10 + ignore: + - dependency-name: lodash + versions: + - 4.17.20 + registries: + - npm-registry-npm-pkg-github-com