From ca90bbaa9c74a815819f96821b754131e8da6cc6 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:46:08 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Rnovate=E3=81=AE=E8=87=AA=E5=8B=95?= =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=B8=E3=82=92=E6=9C=89=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9dc1cf48..a1d57573 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,11 @@ "dependencies", "renovate" ], - "prConcurrentLimit": 5 + "prConcurrentLimit": 5, + "packageRules": [ + { + "matchUpdateTypes": ["patch","minor"], + "automerge": true + } + ] }