Skip to content

Commit

Permalink
Change prConcurrentLimit to update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom authored Jul 9, 2023
1 parent fa264f0 commit 4bbf831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"timezone": "Asia/Tokyo",

"prHourlyLimit": 0, // # of PRs will be created but never exceed prConcurrentLimit. 0 means infinite.
"prConcurrentLimit": 5, // # of PRs can be open at the time (security updates are not affected)
"prConcurrentLimit": 10, // # of PRs can be open at the time (security updates are not affected)

"pruneBranchAfterAutomerge": true,
"pruneStaleBranches": true,
Expand Down

0 comments on commit 4bbf831

Please sign in to comment.