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