From e727f2b6b5d14615cd83288cd5be1da1220bf884 Mon Sep 17 00:00:00 2001 From: secustor Date: Sat, 18 Jan 2025 00:15:48 +0100 Subject: [PATCH] chore: bump chart version on appVersion update --- renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 213368d..dc3a3c9 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -5,6 +5,10 @@ 'customManagers:helmChartYamlAppVersions', 'helpers:pinGitHubActionDigests', ], + helmv3: { + // bump chart version if the appVersion changes + bumpVersion: "minor", + }, customManagers: [ { customType: "regex",