mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
fix(renovate): ratelimiting
This commit is contained in:
parent
d09b7336f1
commit
6edbe44e97
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
|||
"commitMessageSuffix": "",
|
||||
"commitBody": "",
|
||||
"prHourlyLimit": 20,
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "api.github.com",
|
||||
"concurrentRequestLimit": 1,
|
||||
"maxRequestsPerSecond": 8
|
||||
}
|
||||
],
|
||||
"suppressNotifications": [
|
||||
"prIgnoreNotification"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue