diff --git a/renovate.json b/renovate.json index 6336c0a..110e456 100644 --- a/renovate.json +++ b/renovate.json @@ -37,6 +37,27 @@ } ] }, + "customManagers": [ + { + "customType": "regex", + "description": [ + "Update 'REPOS_IMAGE' and 'BUILDER_IMAGE' in tekton files" + ], + "baseBranches": [ + "main" + ], + "fileMatch": [ + ".tekton/.*\\.yaml$", + ".tekton/.*\\.yml$" + ], + "matchStrings": [ + "REPOS_IMAGE=(?.*):(?.*)@(?.*)\\n", + "BUILDER_IMAGE=(?.*):(?.*)@(?.*)\\n" + ], + "versioningTemplate": "regex:(?.*)-(?\\d{8})(\\.n)?\\.(?\\d)", + "datasourceTemplate": "docker" + } + ], "baseBranches": ["main", "f40", "f41"], "packageRules": [ {