From ed4c96d7fbda13e0015add4d6b99f15f41995ab1 Mon Sep 17 00:00:00 2001 From: secustor Date: Thu, 8 May 2025 23:10:46 +0200 Subject: [PATCH] chore(renovate): add bumpVersions --- 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: [ {