Skip to content

Commit 9d44b5b

Browse files
committed
renovate: Raise prConcurrentLimit to 10
My primary motivation for doing this is when we have two or so "stalled" PR's that need further work. I'd like to be able to have the other PR's get through and merged in the meantime. I haven't actually seen many instances where PR's by Renovate would actually trigger a rebase when another is merged. I think this is because the yarn.lock format is nice enough that dependencies are more or less kept separate from each other. In package.json, only neighboring dependency changes seem to be the things that trigger rebases. Signed-off-by: Kristofer Rye <[email protected]>
1 parent 9b2b021 commit 9d44b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.renovaterc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"after 5pm on every weekday"
99
]
1010
},
11-
"prConcurrentLimit": 5,
11+
"prConcurrentLimit": 10,
1212
"timezone": "America/Chicago",
1313
"ignoreDeps": [
1414
"flow-bin",

0 commit comments

Comments
 (0)