From aabeb0b501760dca7536e63c875ba3dde4e7d7dc Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Fri, 20 Mar 2026 23:28:00 +0100 Subject: [PATCH] Mark cygnus and pyxis updates as minor --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) 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+)$" } ] }