From 05d8c39b75e00a3df17a61b690371c44d930e880 Mon Sep 17 00:00:00 2001 From: June Date: Thu, 5 Mar 2026 15:26:51 +0100 Subject: [PATCH] wip: test renovate --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 41787b7..0231949 100644 --- a/renovate.json +++ b/renovate.json @@ -30,7 +30,8 @@ "matchUpdateTypes": [ "minor", "patch" - ] + ], + "matchJsonata": ["isBreaking != true"] }, { "matchDatasources": ["docker"], @@ -40,7 +41,8 @@ { "matchDatasources": ["docker"], "matchPackageNames": ["docker.io/pretalx/standalone"], - "versioning": "regex:^v(?\\d+\\.\\d+)(?:\\.(?\\d+))$" + "matchUpdateTypes": ["minor"], + "isBreaking": true } ], "customManagers": [