mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-14 20:55:14 +00:00
Merge d3e8a78d5c6155acc11cc1f45749c61ebb2b546b into 9e120dd99b0fbad1c065f686657e914e76bd7b72
This commit is contained in:
commit
dc7fe575af
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…
x
Reference in New Issue
Block a user