mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
renovate config update
This commit is contained in:
parent
136a251cb6
commit
96f324e9ed
1 changed files with 8 additions and 4 deletions
|
@ -40,6 +40,8 @@
|
||||||
"webpack",
|
"webpack",
|
||||||
"esbuild",
|
"esbuild",
|
||||||
"@emotion/*",
|
"@emotion/*",
|
||||||
|
"async",
|
||||||
|
"@types/async",
|
||||||
"@mui/*",
|
"@mui/*",
|
||||||
"express*",
|
"express*",
|
||||||
"http-status",
|
"http-status",
|
||||||
|
@ -48,7 +50,7 @@
|
||||||
"jest-*",
|
"jest-*",
|
||||||
"pino",
|
"pino",
|
||||||
"react*",
|
"react*",
|
||||||
"node*",
|
"ts-node",
|
||||||
"mini-css*",
|
"mini-css*",
|
||||||
"autocannon",
|
"autocannon",
|
||||||
"process-warning",
|
"process-warning",
|
||||||
|
@ -65,7 +67,8 @@
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"groupName": "all non-major core dependencies",
|
"groupName": "all non-major core dependencies",
|
||||||
"groupSlug": "all-minor-patch-core"
|
"groupSlug": "all-minor-patch-core",
|
||||||
|
"extends": [":semanticCommitTypeAll(fix)"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
|
@ -81,9 +84,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["@types/*", "typescript"],
|
"matchPackagePatterns": ["@types/*", "typescript"],
|
||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"groupName": "all non-major typescript dependencies",
|
"groupName": "all non-major typescript dependencies",
|
||||||
"groupSlug": "all-major-patch"
|
"groupSlug": "all-major-patch",
|
||||||
|
"extends": [":semanticCommitTypeAll(fix)"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pinVersions": false
|
"pinVersions": false
|
||||||
|
|
Loading…
Reference in a new issue