mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update renovate config
This commit is contained in:
parent
f345fefd99
commit
71fb7d1223
1 changed files with 9 additions and 9 deletions
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"extends": ["config:base"],
|
||||
"prConcurrentLimit": 5,
|
||||
"prConcurrentLimit": 3,
|
||||
"ignorePaths": ["docker-examples/**"],
|
||||
"ignoreDeps": ["eslint-plugin-verdaccio", "@verdaccio/helper"],
|
||||
"stabilityDays": 10,
|
||||
"baseBranches": ["master", "5.x"],
|
||||
"major": false,
|
||||
"labels": ["bot: dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"packageNames": ["aws-sdk"],
|
||||
"allowedVersions": "2.607.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["typescript"],
|
||||
"allowedVersions": "3.9.10"
|
||||
},
|
||||
{
|
||||
"packageNames": ["@google-cloud/datastore"],
|
||||
"allowedVersions": "4.5.0"
|
||||
|
@ -20,13 +20,13 @@
|
|||
"packageNames": ["@google-cloud/storage"],
|
||||
"allowedVersions": "3.5.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["memory-fs"],
|
||||
"allowedVersions": "0.5.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["fast-crc32c"],
|
||||
"allowedVersions": "1.0.7"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"labels": ["bot: docker-update"]
|
||||
}
|
||||
],
|
||||
"pinVersions": false
|
||||
|
|
Loading…
Reference in a new issue