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": [
"renovate/automerge",
"renovate/golang"
"renovate/helm"
],
"automerge": true,
"enabled": true,
"groupName": "helm",
"groupSlug": "helm",
"matchManagers": [
"helm"
],
@@ -30,10 +28,29 @@
"patch"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/helm"
],
"automerge": true,
"enabled": true,
"matchDatasources": [
"github-tags",
"github-releases"
],
"matchPackageNames": [
"helm/helm"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"automerge": true,
"groupName": "Update helm plugin 'unittest'",
"matchDepNames": [
"matchPackageNames": [
"helm-unittest/helm-unittest"
],
"matchUpdateTypes": [