From 96f8e12e0101c0c79d53a9da24e185cada7630ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:08:39 +0100 Subject: [PATCH] Update helm.json5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- .github/renovate/kinds/helm.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate/kinds/helm.json5 b/.github/renovate/kinds/helm.json5 index 126ce220647..448021f6b14 100644 --- a/.github/renovate/kinds/helm.json5 +++ b/.github/renovate/kinds/helm.json5 @@ -9,7 +9,7 @@ "semanticCommitScope": "helm", "versioning": "semver", "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types - "pinDigests": true, // Set to false to not pin digest references + "pinDigests": false, // Set to false to not pin digest references "branchPrefix": "renovate/helm-" } }