diff --git a/renovate.json b/renovate.json index 022bbff2f9..2487ff9f3f 100644 --- a/renovate.json +++ b/renovate.json @@ -84,7 +84,7 @@ "customType": "regex", "fileMatch": ["^task/[\\w-]+/[0-9.]+/[\\w-]\\.yaml$"], "matchStrings": [ - "value: (?quay\\.io/konflux-ci/buildah):(?latest)@(?sha256:[a-f0-9]{64})" + "value: (?quay\\.io/konflux-ci/buildah[^:]*):(?[^@]*)@(?sha256:[a-f0-9]{64})" ], "autoReplaceStringTemplate": "value: {{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}", "datasourceTemplate": "docker"