Skip to content

Commit ef6568f

Browse files
committed
refactor: reduce branchConcurrentLimit to 2
Prior to this change 8 branches where being processed concurrently. This can cause renovate to run slow on big repositories where there are a lot of branches.
1 parent 9bd0a30 commit ef6568f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate-presets/default.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// Schedule Renovate to run during off-peak hours
99
schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'],
1010
prConcurrentLimit: 8,
11+
branchConcurrentLimit: 2,
1112
prHourlyLimit: 4,
1213
timezone: 'America/Tijuana',
1314

0 commit comments

Comments
 (0)