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": [