GitLab Renovate MRs not getting reviewers assigned when rangeStrategy is widen #40794
Unanswered
jwkellyiii
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
42.95.1
Please tell us more about your question or problem
I have two package rules:
when renovate creates the
dependencies: patch & minorMRs, the are correctly assigned two members from the CODEOWNERS file located in the repo at.gitlab/CODEOWNERS. However, when renovate creates thepeer dependencies: patch & minorMRs, no reviewrs are assigned and in the renovate logs it saysDEBUG: No CODEOWNERS file found. Why does renovate work for the dependencies MRs but not the peerDependencies MRs? Copilot and Gemini think it has something to with the"rangeStrategy": "widen"configuration, but offer nothing but non-working solutions.Beta Was this translation helpful? Give feedback.
All reactions