From 711445838e2d86259e7cd8b56be17f2fb6dd5425 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Fri, 5 Jun 2026 21:03:36 +0200 Subject: [PATCH] chore: disable the rate limit --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 7d7821b..db3579a 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,8 @@ module.exports = { + "prConcurrentLimit": 100, + "branchConcurrentLimit": 100, + "prHourlyLimit": 0, + "prCommitsPerRunLimit": 0 "endpoint": "https://gitea.nerthus.nl/api/v1", "gitAuthor": "Renovate Bot ", "platform": "gitea",