mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update renovate.json
This commit is contained in:
parent
dc4fa8e20d
commit
eaebffaf9e
1 changed files with 20 additions and 1 deletions
|
@ -2,7 +2,14 @@
|
|||
"extends": ["config:base", "schedule:earlyMondays", "helpers:pinGitHubActionDigests"],
|
||||
"prConcurrentLimit": 1,
|
||||
"ignorePaths": ["docker-examples/**"],
|
||||
"ignoreDeps": ["eslint-plugin-verdaccio", "@verdaccio/test-helper"],
|
||||
"ignoreDeps": [
|
||||
"eslint-plugin-verdaccio",
|
||||
"@verdaccio/test-helper",
|
||||
"docker/setup-buildx-action",
|
||||
"docker/login-action",
|
||||
"docker/build-push-action",
|
||||
"crazy-max/ghaction-docker-meta"
|
||||
],
|
||||
"baseBranches": ["master", "5.x"],
|
||||
"major": true,
|
||||
"labels": ["bot: dependencies"],
|
||||
|
@ -11,6 +18,18 @@
|
|||
"packageNames": ["aws-sdk"],
|
||||
"allowedVersions": "2.607.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["got"],
|
||||
"allowedVersions": "^11.8.5"
|
||||
},
|
||||
{
|
||||
"packageNames": ["globby"],
|
||||
"allowedVersions": "^12.2.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["get-port"],
|
||||
"allowedVersions": "^5.1.1"
|
||||
},
|
||||
{
|
||||
"packageNames": ["@google-cloud/datastore"],
|
||||
"allowedVersions": "4.5.0"
|
||||
|
|
Loading…
Reference in a new issue