diff --git a/infrastructure/external-dns/renovate.json b/infrastructure/external-dns/renovate.json index 891bba6..c794e15 100644 --- a/infrastructure/external-dns/renovate.json +++ b/infrastructure/external-dns/renovate.json @@ -2,7 +2,13 @@ "hostRules": [ { "hostType": "docker", - "matchHost": "git.kluster.moll.re", + "matchHost": "git.kluster.moll.re" + } + ], + "packageRules": [ + { + "matchDatasources": ["docker"], + "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-build.(?\\d+)$" } ] }