From f8a09e5540350f84379425ddc52f78721f04fa91 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 1 Sep 2024 21:14:35 +0100 Subject: [PATCH] Update renovate.json5 --- renovate.json5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 3f3c3bdd2..138e5052d 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -17,7 +17,12 @@ "stabilityDays": 90, }, - "prConcurrentLimit": 20, + // Keep a low limit because otherwise Renovate will do nothing for 3 months then + // suddenly dump 20 pull requests. And this intefer with our GitHub Action to + // automerge PRs, not to mention that they all end up conflicting with each others + // if they are created at the same time. + "prConcurrentLimit": 4, + "prHourlyLimit": 0, // Tell Renovate to rebase only when there's a conflict, otherwise pull