diff --git a/.github/renovate/basics/labels.json5 b/.github/renovate/basics/labels.json5 index f6c861f5328..299e9b34eac 100644 --- a/.github/renovate/basics/labels.json5 +++ b/.github/renovate/basics/labels.json5 @@ -30,7 +30,7 @@ "addLabels": ["renovate/container"] }, { - "matchDatasources": ["helm"], + "matchDatasources": ["helmv3"], "addLabels": ["renovate/helm"] }, { diff --git a/.github/renovate/kinds/helm.json5 b/.github/renovate/kinds/helm.json5 index 9cf73da44dc..623ce838501 100644 --- a/.github/renovate/kinds/helm.json5 +++ b/.github/renovate/kinds/helm.json5 @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "helm": { + "helmv3": { "fileMatch": [ ".+/Chart\\.ya?ml(?:\\.j2)?$" // Matches Chart.yaml or Chart.yml files, optionally with a .j2 extension ],