1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

update renovate configuration

This commit is contained in:
Juan Picado 2022-01-09 18:12:48 +01:00
parent 50968398f9
commit cbd12c8f7c

@ -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