Reconcile branchConcurrentLimit and prConcurrentLimit #46

Closed
opened 2026-06-16 14:43:05 +01:00 by lyrathorpe · 0 comments
Owner

Problem

prConcurrentLimit: 50 but branchConcurrentLimit: 5. Every PR needs a branch,
so the branch cap of 5 silently makes the PR limit of 50 meaningless.

Fix

Set coherent values (e.g. both 10). Adjust to taste, but they should agree.

## Problem `prConcurrentLimit: 50` but `branchConcurrentLimit: 5`. Every PR needs a branch, so the branch cap of 5 silently makes the PR limit of 50 meaningless. ## Fix Set coherent values (e.g. both 10). Adjust to taste, but they should agree.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/renovate-config#46