Skip to content

Commit 50051f7

Browse files
authored
chore: Remove PR rate limit in renovate.json (#7184)
We are seeing renovate bot being rate limited in #167. Remove PR rate limit in renovate.json per https://docs.renovatebot.com/presets-default/#prconcurrentlimitnone.
1 parent 2c2984b commit 50051f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"prConcurrentLimit": 0,
3+
"prHourlyLimit": 0,
24
"extends": [
35
":separateMajorReleases",
46
":combinePatchMinorReleases",

0 commit comments

Comments
 (0)