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
b152256692
commit
8c444df1b9
1 changed files with 10 additions and 14 deletions
|
@ -88,14 +88,6 @@
|
|||
"matchDatasources": ["get-port"],
|
||||
"allowedVersions": "5.1.1"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["memfs", "rimraf", "kleur", "self-signed"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all core dependencies",
|
||||
"groupSlug": "all-core-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["pnpm", "npm", "@yarnpkg/*"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
|
@ -104,6 +96,14 @@
|
|||
"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", "@babel/*", "debug", "babel-*"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
|
@ -115,13 +115,12 @@
|
|||
{
|
||||
"matchPackagePatterns": [
|
||||
"jest",
|
||||
"kleur",
|
||||
"jest-*",
|
||||
"fs-extra",
|
||||
"ts-node",
|
||||
"debug",
|
||||
"nock",
|
||||
"rimraf",
|
||||
"fs-extra",
|
||||
"supertest"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
|
@ -155,16 +154,13 @@
|
|||
"matchPackagePatterns": [
|
||||
"fast-safe-stringify",
|
||||
"undici",
|
||||
"pnpm",
|
||||
"express*",
|
||||
"http-status",
|
||||
"pino",
|
||||
"process-warning",
|
||||
"fastify",
|
||||
"debug",
|
||||
"node-fetch",
|
||||
"fs-extra",
|
||||
"self-signed"
|
||||
"node-fetch"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "server dependencies",
|
||||
|
|
Loading…
Reference in a new issue