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",
|
||||
"esbuild",
|
||||
"@emotion/*",
|
||||
"async",
|
||||
"@types/async",
|
||||
"@mui/*",
|
||||
"express*",
|
||||
"http-status",
|
||||
|
@ -48,7 +50,7 @@
|
|||
"jest-*",
|
||||
"pino",
|
||||
"react*",
|
||||
"node*",
|
||||
"ts-node",
|
||||
"mini-css*",
|
||||
"autocannon",
|
||||
"process-warning",
|
||||
|
@ -65,7 +67,8 @@
|
|||
],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "all non-major core dependencies",
|
||||
"groupSlug": "all-minor-patch-core"
|
||||
"groupSlug": "all-minor-patch-core",
|
||||
"extends": [":semanticCommitTypeAll(fix)"]
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
|
@ -81,9 +84,10 @@
|
|||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@types/*", "typescript"],
|
||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "all non-major typescript dependencies",
|
||||
"groupSlug": "all-major-patch"
|
||||
"groupSlug": "all-major-patch",
|
||||
"extends": [":semanticCommitTypeAll(fix)"]
|
||||
}
|
||||
],
|
||||
"pinVersions": false
|
||||
|
|
Loading…
Reference in a new issue