mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update renovate
This commit is contained in:
parent
9e87ab49c6
commit
6fac16fc4d
1 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
|||
"crazy-max/ghaction-docker-meta",
|
||||
"pnpm"
|
||||
],
|
||||
"baseBranches": ["master", "5.x", "6.x", "7.x"],
|
||||
"baseBranches": ["master", "6.x", "7.x"],
|
||||
"semanticCommitType": "fix",
|
||||
"major": false,
|
||||
"labels": ["bot: dependencies"],
|
||||
|
@ -117,7 +117,7 @@
|
|||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "core verdaccio dependencies",
|
||||
"groupSlug": "all-verdaccio",
|
||||
"baseBranchList": ["5.x", "6.x", "7.x"]
|
||||
"baseBranchList": ["6.x", "7.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
|
@ -131,7 +131,7 @@
|
|||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all linting dependencies",
|
||||
"groupSlug": "all-linting",
|
||||
"baseBranchList": ["master", "5.x", "6.x", "7.x"]
|
||||
"baseBranchList": ["master", "6.x", "7.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
|
@ -156,7 +156,7 @@
|
|||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all test dependencies",
|
||||
"groupSlug": "all-test",
|
||||
"baseBranchList": ["master", "5.x", "6.x", "7.x"]
|
||||
"baseBranchList": ["master", "6.x", "7.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["npm", "pnpm", "yarn", "@yarnpkg/*"],
|
||||
|
@ -170,7 +170,7 @@
|
|||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "typescript dependencies",
|
||||
"groupSlug": "all-types",
|
||||
"baseBranchList": ["master", "5.x", "6.x", "7.x"]
|
||||
"baseBranchList": ["master", "6.x", "7.x"]
|
||||
}
|
||||
],
|
||||
"pinVersions": false
|
||||
|
|
Loading…
Reference in a new issue