mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-15 05:56:33 +02:00
20 lines
414 B
YAML
20 lines
414 B
YAML
|
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
|