Skip to content

Commit

Permalink
fix: Increase concurrent renovate PRs to 10 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
crice100 authored Jul 9, 2021
1 parent 1ce7d75 commit 9d692fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"automerge": true
}
],
"prConcurrentLimit": 5,
"prConcurrentLimit": 10,
"rebaseWhen": "behind-base-branch",
"schedule": [
"before 6am every weekday"
Expand Down

0 comments on commit 9d692fb

Please sign in to comment.