diff --git a/renovate.json5 b/renovate.json5 index ed45457..6028498 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -8,10 +8,12 @@ "automerge": true, "automergeType": "branch", "ignoreTests": true, - "commitMessagePrefix": "[skip ci]" + "commitMessagePrefix": "[skip ci]", "registryUrls": [ "https://git.kluster.moll.re" - ] + ], + // Since the images use the commit sha as their tag, simply match any tag + "versioning": "regex:(.*)" } ], }