Skip to content
Discussion options

You must be logged in to vote

prConcurrentLimit in a packageRule sets a threshold, not a separate counter. There are no per-manager buckets.

  • The count is global iw. all Renovate branches/PRs across the repo, no manager filter.
  • The threshold is resolved per-branch (lowest among its upgrades).
  • Check is: globalCount >= thisBranch'sThreshold.

So two npm branches make the global count = 2, and the next pep621 branch (threshold 2) hits 2 >= 2 → blocked.

It's blocked by the npm branches because the counter is repo-wide.

Independent per-manager quotas aren't a feature today -- please open a Suggest an idea discussion if you'd like that added.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RahulGautamSingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants