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": [