From 5fd8ee89b230cb246b31acd6178c101f9b58051a Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer Date: Thu, 8 May 2025 23:11:41 +0200 Subject: [PATCH] chore(renovate): add bumpVersions (#84) --- renovate.json5 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index ce8de6d..bd90260 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -4,10 +4,14 @@ "github>secustor/renovate-config", "customManagers:helmChartYamlAppVersions", ], - helmv3: { - // bump chart version if the appVersion changes - bumpVersion: "minor", - }, + + bumpVersions: [ + { + filePatterns: ["{{packageFileDir}}/Chart.{yaml,yml}"], + matchStrings: ["version:\\s(?[^\\s]+)"], + bumpType: "{{#if isMajor}}major{{else}}patch{{/if}}", + }, + ], customManagers: [ {