fix(renovate): ratelimiting

This commit is contained in:
nold 2024-12-09 10:09:40 +01:00
parent d09b7336f1
commit 6edbe44e97

View file

@ -6,6 +6,13 @@
"commitMessageSuffix": "",
"commitBody": "",
"prHourlyLimit": 20,
"hostRules": [
{
"matchHost": "api.github.com",
"concurrentRequestLimit": 1,
"maxRequestsPerSecond": 8
}
],
"suppressNotifications": [
"prIgnoreNotification"
],