From 4a48e8eeec829908b7bd2c857ff984e2f39c8dd9 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 8 Nov 2025 11:41:24 +0100 Subject: [PATCH] renovate.json: add customManager to update appVersion in Chart.yaml, currently only for wallabag --- renovate.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1d9da49..cb18fff 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,20 @@ "pre-commit": { "enabled": true }, + "customManagers": [ + { + "customType": "regex", + "description": "Update appVersion references in Chart.yaml", + "managerFilePatterns": [ + "^charts\\/wallabag\\/Chart\\.yaml$" + ], + "matchStrings": [ + "appVersion:\\s+(?.*)" + ], + "depNameTemplate": "wallabag/wallabag", + "datasourceTemplate": "docker" + } + ], "packageRules": [ { "matchManagers": ["helm-values"], @@ -32,7 +46,10 @@ } }, { - "matchManagers": ["helmv3"], + "matchManagers": [ + "helmv3", + "custom.regex" + ], "postUpgradeTasks": { "commands": [ "./scripts/update_dependency_in_chart.sh '{{{parentDir}}}' '{{{updateType}}}' '{{{depName}}}' '{{{newVersion}}}'",