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