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": [