From f8d9a0a02675631f4ed3dd0f1b75c27f9b9e31ac Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 27 Nov 2025 12:02:17 +0100 Subject: [PATCH] Update helm-values.json5 Signed-off-by: Kjeld Schouten --- .github/renovate/kinds/helm-values.json5 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/renovate/kinds/helm-values.json5 b/.github/renovate/kinds/helm-values.json5 index 576aee74f1a..3018588b08a 100644 --- a/.github/renovate/kinds/helm-values.json5 +++ b/.github/renovate/kinds/helm-values.json5 @@ -3,10 +3,7 @@ "helm-values": { "fileMatch": [ - "(^|/)clusters/.+\\.ya?ml$", // Match images in clusters - "(^|/)kubernetes/.+\\-values\\.ya?ml$", // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in kubernetes - "(^|/)repositories/.+\\-values\\.ya?ml$", // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in repositories - "(^|/)charts/.+\\-values\\.ya?ml$" // Match *-values.yaml, *-values.yml, or *-values.yaml.j2 in charts + ".*-values\\.ya?ml(\\..+)?$" // Match *-values.yaml, *-values.yml and templated variants ], "enabled": true, // Enable image reference updates in values.yaml "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types