mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
update renovate configuration
This commit is contained in:
parent
50968398f9
commit
cbd12c8f7c
@ -41,6 +41,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
|
"@types/*",
|
||||||
|
"typescript",
|
||||||
"@babel/*",
|
"@babel/*",
|
||||||
"fast-safe-stringify",
|
"fast-safe-stringify",
|
||||||
"undici",
|
"undici",
|
||||||
@ -53,7 +55,6 @@
|
|||||||
"esbuild",
|
"esbuild",
|
||||||
"@emotion/*",
|
"@emotion/*",
|
||||||
"async",
|
"async",
|
||||||
"@types/async",
|
|
||||||
"@mui/*",
|
"@mui/*",
|
||||||
"express*",
|
"express*",
|
||||||
"http-status",
|
"http-status",
|
||||||
@ -93,13 +94,6 @@
|
|||||||
"matchUpdateTypes": ["minor", "patch", "major"],
|
"matchUpdateTypes": ["minor", "patch", "major"],
|
||||||
"groupName": "all non-major linting dependencies",
|
"groupName": "all non-major linting dependencies",
|
||||||
"groupSlug": "all-major-patch-linting"
|
"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
|
"pinVersions": false
|
||||||
|
Loading…
Reference in New Issue
Block a user