0
0
Fork 0
mirror of https://github.com/actions-rs/cargo.git synced 2025-05-04 01:29:21 +03:00
This commit is contained in:
dependabot-preview[bot] 2021-07-20 21:40:44 -07:00 committed by GitHub
commit dc7fe575af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/dependabot.yml vendored Normal file
View 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