diff --git a/renovate.json b/renovate.json index 116938ee1..bf0119855 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,11 @@ "labels": ["dependencies", "renovate"], "prHourlyLimit": 0, "prConcurrentLimit": 0, - "branchConcurrentLimit": 0 + "branchConcurrentLimit": 0, + "packageRules": [ + { + "matchPackageNames": "@fsegurai/codemirror-theme-**", + "groupName": "codemirror themes" + } + ] }