From ddf5996664252f44170c599bf10a39c653b8e1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 22 Jul 2024 15:20:16 +0900 Subject: [PATCH] chore: Configure automerge for renovate --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8cc2c41669da..c4c4013d68a7 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",