diff --git a/renovate.json b/renovate.json index a50db8af50fcd..e8cf85a8ead35 100644 --- a/renovate.json +++ b/renovate.json @@ -16,6 +16,16 @@ "bumpVersion": null, "semanticCommitScope": null, "prHourlyLimit": 0, + "packageRules": [ + { + "groupName": "minor updates in packages", + "updateTypes": ["minor"] + }, + { + "groupName": "patch updates in packages", + "updateTypes": ["patch"] + } + ], "timezone": "GMT", "schedule": "after 10am on Monday" }