Skip to content

Commit

Permalink
chore: limit concurrent Renovate PRs to 3
Browse files Browse the repository at this point in the history
This will help reduce wasted CI time because of pnpm-lock.yaml conflicts.
  • Loading branch information
fwouts committed Oct 20, 2022
1 parent 1b163de commit 2c6ab62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
@@ -1,5 +1,6 @@
{
"extends": ["config:base"],
"branchConcurrentLimit": 3,
"ignoreDeps": [
"@previewjs/api",
"@previewjs/app",
Expand Down

0 comments on commit 2c6ab62

Please sign in to comment.