mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
update renovate configuration
This commit is contained in:
parent
50968398f9
commit
cbd12c8f7c
1 changed files with 2 additions and 8 deletions
|
@ -41,6 +41,8 @@
|
|||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"@types/*",
|
||||
"typescript",
|
||||
"@babel/*",
|
||||
"fast-safe-stringify",
|
||||
"undici",
|
||||
|
@ -53,7 +55,6 @@
|
|||
"esbuild",
|
||||
"@emotion/*",
|
||||
"async",
|
||||
"@types/async",
|
||||
"@mui/*",
|
||||
"express*",
|
||||
"http-status",
|
||||
|
@ -93,13 +94,6 @@
|
|||
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||
"groupName": "all non-major linting dependencies",
|
||||
"groupSlug": "all-major-patch-linting"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@types/*", "typescript"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "all non-major typescript dependencies",
|
||||
"groupSlug": "all-major-patch",
|
||||
"extends": [":semanticCommitTypeAll(fix)"]
|
||||
}
|
||||
],
|
||||
"pinVersions": false
|
||||
|
|
Loading…
Add table
Reference in a new issue