Merge requests being generated with incorrect or entirely missing dependency changes #44701
Unanswered
AdamJacobson
asked this question in
Request Help
Replies: 1 comment
-
|
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Formatting your logsSelect me to read instructionsPlease put your logs in a If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
None
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
43.265.1
Please tell us more about your question or problem
I have repeatedly seen this issue happen in our org: Renovate MRs are created either completely missing the dependency upgrade that the title says they contain, or the version is much lower than the one in the title.
This often happens repeatedly with the same dependency. And since the MR in question doesn't change the target dependency, merging it does nothing and a new MR will be created with the same problem.
I've seen this happen with
fog-awsa few times.Other problem dependencies (Ruby gems for me)
flipper-active_recordflipper-uirspec-railsrubocoprubocop-performancesolargraphHere's a specific example with the MR Update web-console from 4.2.1 to 4.3.0.
The diff of Gemfile.lock shows changes but none to web-console. It was suggested that maybe web-console was updated in a different MR, but it's actually still 4.2.1 on the main branch.
I'm not a system admin with access to the Renovate implementation in our org but I can try to provide more details or examples if needed.
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions