From 5e59f81094048503597053356a2b2656097567c1 Mon Sep 17 00:00:00 2001 From: cappyzawa Date: Sun, 21 Jan 2024 21:29:53 +0900 Subject: [PATCH] add branchConcurrentLimit --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0fba4692..02d63820 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,5 +15,6 @@ ], "automerge": true } - ] + ], + "branchConcurrentLimit": 5 }