fix(helm): add packageRule for helm/helm

This commit is contained in:
2026-06-07 18:36:27 +02:00
parent 844eb3f9e8
commit 2215431433
+21 -4
View File
@@ -16,12 +16,10 @@
{ {
"addLabels": [ "addLabels": [
"renovate/automerge", "renovate/automerge",
"renovate/golang" "renovate/helm"
], ],
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"groupName": "helm",
"groupSlug": "helm",
"matchManagers": [ "matchManagers": [
"helm" "helm"
], ],
@@ -30,10 +28,29 @@
"patch" "patch"
] ]
}, },
{
"addLabels": [
"renovate/automerge",
"renovate/helm"
],
"automerge": true,
"enabled": true,
"matchDatasources": [
"github-tags",
"github-releases"
],
"matchPackageNames": [
"helm/helm"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{ {
"automerge": true, "automerge": true,
"groupName": "Update helm plugin 'unittest'", "groupName": "Update helm plugin 'unittest'",
"matchDepNames": [ "matchPackageNames": [
"helm-unittest/helm-unittest" "helm-unittest/helm-unittest"
], ],
"matchUpdateTypes": [ "matchUpdateTypes": [