Skip to content

Commit c995a9b

Browse files
chore: Increase Renovate concurrent PR limit from 5 to 20 (#5872)
1 parent 84e0423 commit c995a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["config:best-practices"],
44
"timezone": "UTC",
55
"schedule": ["before 4am on monday"],
6-
"prConcurrentLimit": 5,
6+
"prConcurrentLimit": 20,
77
"ignoreDeps": [],
88
"separateMajorMinor": true,
99
"separateMultipleMajor": true,
@@ -46,4 +46,4 @@
4646
"groupName": "docker"
4747
}
4848
]
49-
}
49+
}

0 commit comments

Comments
 (0)