From 9102806badd6f556f16fae38bc9d430670989083 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 27 Nov 2025 12:00:50 +0100 Subject: [PATCH] Update helm-values.json5 Signed-off-by: Kjeld Schouten --- .github/renovate/kinds/helm-values.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate/kinds/helm-values.json5 b/.github/renovate/kinds/helm-values.json5 index e6dc77d7a44..576aee74f1a 100644 --- a/.github/renovate/kinds/helm-values.json5 +++ b/.github/renovate/kinds/helm-values.json5 @@ -12,6 +12,7 @@ "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types "semanticCommitScope": "helm", "bumpVersion": true, + "pinDigests": true, "branchPrefix": "renovate/helm-values-", // Moved to helm-values scope }