Skip to content

Commit

Permalink
chore(renovate): increase concurrent PR limit (valora-inc#5234)
Browse files Browse the repository at this point in the history
### Description

Now that we've a merge queue and faster CI, we can try getting more PRs
merged

### Test plan

Watch PRs after merging

### Related issues

N/A

### Backwards compatibility

N/A

### Network scalability

N/A
  • Loading branch information
satish-ravi authored and shottah committed May 15, 2024
1 parent 13a6ca0 commit 23c6f27
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 @@ -2,7 +2,7 @@
extends: ['github>valora-inc/renovate-config:default.json5', ':disableDigestUpdates'],

// Limit number of concurrent renovate branches/PRs, to avoid spamming the repo
prConcurrentLimit: 2,
prConcurrentLimit: 4,

// timezone for automerge schedule
timezone: 'America/Los_Angeles',
Expand Down

0 comments on commit 23c6f27

Please sign in to comment.