From 2215431433959fd89b050209bad9366662be9848 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 7 Jun 2026 18:36:27 +0200 Subject: [PATCH] fix(helm): add packageRule for helm/helm --- helm.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/helm.json b/helm.json index 72c0f37..33ee426 100644 --- a/helm.json +++ b/helm.json @@ -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": [