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
6dba80e3cb
commit
a347c3e934
1 changed files with 7 additions and 2 deletions
|
@ -26,9 +26,14 @@
|
|||
"allowedVersions": "10.3.3",
|
||||
"matchBaseBranches": ["5.x"]
|
||||
},
|
||||
{
|
||||
"packageNames": ["@verdaccio/local-storage"],
|
||||
"allowedVersions": "^10.3.4",
|
||||
"matchBaseBranches": ["6.x"]
|
||||
},
|
||||
{
|
||||
"packageNames": ["@emotion/*"],
|
||||
"matchFileNames": ["package.json", "packages/**/package.json"],
|
||||
"matchFileNames": ["./package.json", "./packages/**/package.json"],
|
||||
"matchBaseBranches": ["master"]
|
||||
},
|
||||
{
|
||||
|
@ -104,7 +109,7 @@
|
|||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "core verdaccio dependencies",
|
||||
"groupSlug": "all-verdaccio",
|
||||
"baseBranchList": ["5.x"]
|
||||
"baseBranchList": ["5.x", "6.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
|
|
Loading…
Reference in a new issue