From 6edbe44e978e06c2b4aaa286a74fc547af288e2a Mon Sep 17 00:00:00 2001 From: nold Date: Mon, 9 Dec 2024 10:09:40 +0100 Subject: [PATCH] fix(renovate): ratelimiting --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 91a59794..22c5a5be 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,13 @@ "commitMessageSuffix": "", "commitBody": "", "prHourlyLimit": 20, + "hostRules": [ + { + "matchHost": "api.github.com", + "concurrentRequestLimit": 1, + "maxRequestsPerSecond": 8 + } + ], "suppressNotifications": [ "prIgnoreNotification" ],