Skip to content

Commit

Permalink
Increase concurrent limits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-picus-tink committed Aug 14, 2024
1 parent 8ccc29e commit f6973ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"config:recommended"
],
"baseBranches": ["main", "renovate-deps"],
"prConcurrentLimit": 4,
"branchConcurrentLimit": 10,
"prConcurrentLimit": 5,
"branchConcurrentLimit": 20,
"packageRules": [{
"matchDepTypes": ["devDependencies"],
"matchBaseBranches": ["renovate-deps"],
Expand Down

0 comments on commit f6973ba

Please sign in to comment.