mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Update renovate.json
This commit is contained in:
parent
2c66d49da7
commit
119df261cc
1 changed files with 7 additions and 0 deletions
|
@ -163,6 +163,13 @@
|
||||||
"groupSlug": "all-test",
|
"groupSlug": "all-test",
|
||||||
"baseBranchList": ["master", "5.x", "6.x"]
|
"baseBranchList": ["master", "5.x", "6.x"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["npm", "pnpm", "yarn", "@yarnpkg/*"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"groupName": "all package managers",
|
||||||
|
"groupSlug": "all-pkg-managers",
|
||||||
|
"baseBranchList": ["master"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["@type/*", "typescript"],
|
"matchPackagePatterns": ["@type/*", "typescript"],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
|
|
Loading…
Reference in a new issue