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
35fa14eb66
commit
4f711109df
1 changed files with 77 additions and 38 deletions
115
renovate.json
115
renovate.json
|
@ -35,10 +35,6 @@
|
|||
"packageNames": ["@google-cloud/datastore"],
|
||||
"allowedVersions": "4.5.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["@docusaurus/*"],
|
||||
"allowedVersions": "2.0.0-beta.14"
|
||||
},
|
||||
{
|
||||
"packageNames": ["@google-cloud/storage"],
|
||||
"allowedVersions": "3.5.0"
|
||||
|
@ -92,46 +88,89 @@
|
|||
"allowedVersions": "5.1.1"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"@types/*",
|
||||
"typescript",
|
||||
"@babel/*",
|
||||
"fast-safe-stringify",
|
||||
"undici",
|
||||
"webpack",
|
||||
"memfs",
|
||||
"globby",
|
||||
"pnpm",
|
||||
"esbuild",
|
||||
"@emotion/*",
|
||||
"@mui/*",
|
||||
"express*",
|
||||
"http-status",
|
||||
"babel-*",
|
||||
"jest",
|
||||
"jest-*",
|
||||
"pino",
|
||||
"react*",
|
||||
"ts-node",
|
||||
"mini-css*",
|
||||
"process-warning",
|
||||
"fastify",
|
||||
"core-js",
|
||||
"debug",
|
||||
"nock",
|
||||
"rimraf",
|
||||
"node-fetch",
|
||||
"kleur",
|
||||
"fs-extra",
|
||||
"self-signed",
|
||||
"supertest"
|
||||
],
|
||||
"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"],
|
||||
"groupName": "all pkg-managers dependencies",
|
||||
"groupSlug": "all-pkg-managers-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@types/*", "typescript", "@babel/*", "debug", "babel-*"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all build dependencies",
|
||||
"groupSlug": "all-build-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"jest",
|
||||
"kleur",
|
||||
"jest-*",
|
||||
"ts-node",
|
||||
"debug",
|
||||
"nock",
|
||||
"rimraf",
|
||||
"fs-extra",
|
||||
"supertest"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all tests dependencies",
|
||||
"groupSlug": "all-tests-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"@docusaurus/*",
|
||||
"webpack",
|
||||
"esbuild",
|
||||
"globby",
|
||||
"pnpm",
|
||||
"@emotion/*",
|
||||
"@mui/*",
|
||||
"react",
|
||||
"react*",
|
||||
"mini-css*",
|
||||
"core-js",
|
||||
"rimraf"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all ui dependencies",
|
||||
"groupSlug": "all-ui-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"fast-safe-stringify",
|
||||
"undici",
|
||||
"pnpm",
|
||||
"express*",
|
||||
"http-status",
|
||||
"pino",
|
||||
"process-warning",
|
||||
"fastify",
|
||||
"debug",
|
||||
"node-fetch",
|
||||
"fs-extra",
|
||||
"self-signed"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "server dependencies",
|
||||
"groupSlug": "server-core-dependencies",
|
||||
"extends": [":semanticCommitTypeAll(fix)"],
|
||||
"baseBranchList": ["master"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"@trivago/*",
|
||||
|
|
Loading…
Reference in a new issue