diff --git a/renovate.json b/renovate.json index 731404cb61..a1ed52ae87 100644 --- a/renovate.json +++ b/renovate.json @@ -77,5 +77,16 @@ ], "postUpdateOptions": [ "gomodTidy" + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["^task/[\\w-]+/[0-9.]+/[\\w-]\\.yaml$"], + "matchStrings": [ + "value: (?quay\\.io/konflux-ci/buildah):(?latest)@(?sha256:[a-f0-9]{64})" + ], + "autoReplaceStringTemplate": "value: {{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}", + "datasourceTemplate": "docker" + } ] }