From 726e506dcb25441bea2ba0da5fd42d5c9c1a8b2b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 12:23:53 +0200 Subject: [PATCH] disable bump for helm-charts --- .github/renovate/kinds/helm.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/renovate/kinds/helm.json5 b/.github/renovate/kinds/helm.json5 index 3f82ed71152..932d15ceadb 100644 --- a/.github/renovate/kinds/helm.json5 +++ b/.github/renovate/kinds/helm.json5 @@ -8,7 +8,6 @@ "enabled": true, // Enable Helm chart updates "semanticCommitScope": "helm", "versioning": "semver", - "bumpVersion": true, "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "pinDigests": false, // Set to false to not pin digest references "branchPrefix": "renovate/helm-",