prCommitsPerRunLimit is only checked after each repository #22174
Algram
started this conversation in
Suggest an Idea
Replies: 1 comment
-
The limit should be already checked at the start of every branch: .. and each branch should have maximum one commit. Please try to reproduce in a public repo or repos and then save the logs at debug level. Based on your description, it should not be necessary to have multiple repos or a limit > 1. i.e. a single repo with 2 branches needing creation and a limit of 1 should be enough to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Renovate type are you using?
Selfhosted renovate on GitLab
Version
19.93.2
from therenovate:19
docker image.Describe the bug
It seems that renovate is only checking if the
prCommitsPerRunLimit
is reached after a complete repository run.To Reproduce
prCommitsPerRunLimit: 2
Additional information
Renovate should check the limit on each and every commit and not at the end of renovating a repo.
Imo this is the relevant part of the feature where it only checks after each repo:
d1e7c17#diff-15f1f0b406a6fc522960ef91816a8ca2R47
Beta Was this translation helpful? Give feedback.
All reactions