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