From 861bf15473128211a7eeedd364bffd964ff31437 Mon Sep 17 00:00:00 2001 From: cappyzawa Date: Sun, 21 Jan 2024 21:40:35 +0900 Subject: [PATCH] enable platformAutomerge --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 02d63820..13a1f7c8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,5 +16,6 @@ "automerge": true } ], - "branchConcurrentLimit": 5 + "branchConcurrentLimit": 5, + "platformAutomerge": true }