From 01a6dc83498167dcf962ec070f6bcbc7e3757109 Mon Sep 17 00:00:00 2001 From: Oleksandr Berezovskyi Date: Tue, 12 May 2026 00:59:28 +0300 Subject: [PATCH] fix(k8s/gitea): use newMajor.newMinor.newPatch instead of unsupported replace helper --- kubernetes/app/gitea/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/app/gitea/renovate.json b/kubernetes/app/gitea/renovate.json index 9b1a91b..8e1ce22 100644 --- a/kubernetes/app/gitea/renovate.json +++ b/kubernetes/app/gitea/renovate.json @@ -9,7 +9,7 @@ ], "depNameTemplate": "gitea/gitea", "datasourceTemplate": "docker", - "autoReplaceStringTemplate": "{{indentation}}# renovate: currentValue={{newValue}} currentDigest={{#if newDigest}}{{{newDigest}}}{{else}}{{{currentDigest}}}{{/if}}\n{{indentation}}tag: {{#replace '-rootless' ''}}{{newValue}}{{/replace}}\n{{indentation}}digest: {{#if newDigest}}{{{newDigest}}}{{else}}{{{currentDigest}}}{{/if}}" + "autoReplaceStringTemplate": "{{indentation}}# renovate: currentValue={{newValue}} currentDigest={{#if newDigest}}{{{newDigest}}}{{else}}{{{currentDigest}}}{{/if}}\n{{indentation}}tag: {{newMajor}}.{{newMinor}}.{{newPatch}}\n{{indentation}}digest: {{#if newDigest}}{{{newDigest}}}{{else}}{{{currentDigest}}}{{/if}}" } ], "packageRules": [