diff --git a/renovate.json b/renovate.json index 9844f3889c..62da82d92a 100644 --- a/renovate.json +++ b/renovate.json @@ -207,6 +207,17 @@ "depNameTemplate": "konflux-ci", "packageNameTemplate": "https://github.com/konflux-ci/konflux-ci", "datasourceTemplate": "git-refs" + }, + { + "customType": "regex", + "fileMatch": [ + "^task/.*/recipe\\.yaml$" + ], + "matchStrings": [ + "image: (?:['\"])?(?.*):(?[^@]*)@(?sha256:[a-f0-9]{64})(?:['\"])?" + ], + "autoReplaceStringTemplate": "image: {{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}", + "datasourceTemplate": "docker" } ] }