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" ],