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
4d4d63c2b1
commit
76c4aa1d43
1 changed files with 0 additions and 32 deletions
|
@ -88,38 +88,6 @@
|
|||
"matchDatasources": ["get-port"],
|
||||
"allowedVersions": "5.1.1"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["pnpm", "npm", "@yarnpkg/*"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "all pkg-managers dependencies",
|
||||
"groupSlug": "all-pkg-managers-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@verdaccio/*", "verdaccio-*"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all 5.x dependencies",
|
||||
"groupSlug": "all-5.x-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["5.x"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@types/*", "typescript"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all typescript dependencies",
|
||||
"groupSlug": "all-typescript-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["jest", "jest-*", "nock", "supertest"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all tests dependencies",
|
||||
"groupSlug": "all-tests-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"@trivago/*",
|
||||
|
|
Loading…
Reference in a new issue