rs-cargo/.github/dependabot.yml

20 lines
414 B
YAML
Raw Normal View History

2021-04-29 18:21:15 +03:00
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