diff --git a/renovate.json b/renovate.json index 82ab8ca8..97e84b9a 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,11 @@ "matchPackageNames": ["source-map"], "matchUpdateTypes": ["major", "minor"], "groupName": "source-map" + }, + { + "matchPackageNames": ["msw"], + "matchUpdateTypes": ["major", "minor"], + "groupName": "msw" } ] }