diff --git a/renovate.json b/renovate.json index 9a6baba..0231949 100644 --- a/renovate.json +++ b/renovate.json @@ -30,19 +30,19 @@ "matchUpdateTypes": [ "minor", "patch" - ] + ], + "matchJsonata": ["isBreaking != true"] }, { "matchDatasources": ["docker"], "matchPackageNames": ["docker.io/pretix/standalone"], - "matchUpdateTypes": ["minor"], - "groupName": null + "versioning": "regex:^(?\\d+\\.\\d+)(?:\\.(?\\d+))$" }, { "matchDatasources": ["docker"], "matchPackageNames": ["docker.io/pretalx/standalone"], "matchUpdateTypes": ["minor"], - "groupName": null + "isBreaking": true } ], "customManagers": [