diff --git a/renovate.json b/renovate.json index 2511f5395..c682c0959 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,9 @@ "packageRules": [ { "groupName": "rollup + plugins", - "packagePatterns": ["^rollup"] + "matchPackageNames": [ + "/^rollup/" + ] } ] }