Remove matchUpdateTypes from npm package rules in renovate.json

This commit is contained in:
2025-12-19 17:58:48 +01:00
parent 291ffc41bc
commit 8b978b8486

View File

@@ -18,11 +18,6 @@
"matchPackageNames": [ "matchPackageNames": [
"npm" "npm"
], ],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"enabled": true "enabled": true
} }
] ]