diff --git a/renovate.json b/renovate.json index 0dcffa1..365133a 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,13 @@ "docker" ], "additionalBranchPrefix": "{{parentDir}}-" + }, + { + "matchDepNames": [ + "ghcr.io/code0-tech/cygnus", + "ghcr.io/code0-tech/pyxis" + ], + "versioning": "regex:^(?\\d+)$" } ] }