mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
Update renovate.json
This commit is contained in:
parent
b152256692
commit
8c444df1b9
@ -88,14 +88,6 @@
|
|||||||
"matchDatasources": ["get-port"],
|
"matchDatasources": ["get-port"],
|
||||||
"allowedVersions": "5.1.1"
|
"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/*"],
|
"matchPackagePatterns": ["pnpm", "npm", "@yarnpkg/*"],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
@ -104,6 +96,14 @@
|
|||||||
"extends": [":semanticCommitTypeAll(fix)"],
|
"extends": [":semanticCommitTypeAll(fix)"],
|
||||||
"baseBranchList": ["master"]
|
"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-*"],
|
"matchPackagePatterns": ["@types/*", "typescript", "@babel/*", "debug", "babel-*"],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
@ -115,13 +115,12 @@
|
|||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"jest",
|
"jest",
|
||||||
"kleur",
|
|
||||||
"jest-*",
|
"jest-*",
|
||||||
|
"fs-extra",
|
||||||
"ts-node",
|
"ts-node",
|
||||||
"debug",
|
"debug",
|
||||||
"nock",
|
"nock",
|
||||||
"rimraf",
|
"rimraf",
|
||||||
"fs-extra",
|
|
||||||
"supertest"
|
"supertest"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
@ -155,16 +154,13 @@
|
|||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"fast-safe-stringify",
|
"fast-safe-stringify",
|
||||||
"undici",
|
"undici",
|
||||||
"pnpm",
|
|
||||||
"express*",
|
"express*",
|
||||||
"http-status",
|
"http-status",
|
||||||
"pino",
|
"pino",
|
||||||
"process-warning",
|
"process-warning",
|
||||||
"fastify",
|
"fastify",
|
||||||
"debug",
|
"debug",
|
||||||
"node-fetch",
|
"node-fetch"
|
||||||
"fs-extra",
|
|
||||||
"self-signed"
|
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
"groupName": "server dependencies",
|
"groupName": "server dependencies",
|
||||||
|
Loading…
Reference in New Issue
Block a user