mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-14 05:26:33 +02:00
Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
74b5d547b1
commit
d3e8a78d5c
1 changed files with 19 additions and 0 deletions
19
.github/dependabot.yml
vendored
Normal file
19
.github/dependabot.yml
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue