diff --git a/renovate.json b/renovate.json index 8cc2c41669d..c4c4013d68a 100644 --- a/renovate.json +++ b/renovate.json @@ -10,14 +10,16 @@ "patch": { "groupName": "all non-breaking updates", "groupSlug": "non-breaking" - } + }, + "automerge": true }, { "matchCurrentVersion": ">= 1.0.0", "minor": { "groupName": "all non-breaking updates", "groupSlug": "non-breaking" - } + }, + "automerge": true }, { "groupName": "npm",