Skip to content

Commit 5ebfc8e

Browse files
authored
Increase PR concurrent limit from 10 to 100
1 parent 2355a83 commit 5ebfc8e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

renovate.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@
77
"addLabels": [
88
"dependencies"
99
],
10-
"prConcurrentLimit": 10,
10+
"prConcurrentLimit": 100,
1111
"baseBranchPatterns": [
12-
"/!^main$/",
13-
"2.1",
14-
"2.0",
15-
"1.1",
16-
"1.0"
12+
"main"
1713
],
1814
"ignorePaths": [
1915
"**/qa/**"

0 commit comments

Comments
 (0)