From 847c32b656b44f51583e9b359f52df6c33476c68 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 13:27:30 +0200 Subject: [PATCH] use helmv3 --- .github/renovate/basics/labels.json5 | 2 +- .github/renovate/kinds/helm.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ],