Skip to content

Commit db677a0

Browse files
committed
Dial down renovate concurrent PRs for branch_9x
Signed-off-by: Jan Høydahl <[email protected]>
1 parent 309a099 commit db677a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"executionMode": "branch"
88
},
99
"schedule": ["* * * * *"],
10-
"prConcurrentLimit": 300,
11-
"prHourlyLimit": 20,
10+
"prConcurrentLimit": 100,
11+
"prHourlyLimit": 10,
1212
"branchPrefix": "renovate-9x/",
1313
"commitMessageSuffix": " (branch_9x)"
1414
}

0 commit comments

Comments
 (0)