Preventing Revovate from opening empty merge requests for lockfile maintenance #45188
Unanswered
datcactus
asked this question in
Request Help
Replies: 1 comment 4 replies
|
If you're able to share the full logs from that Renovate run, that'd be appreciated - otherwise the logs that relate to that branch would be best |
4 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?
Self-hosted Renovate CLI
Which platform you running Renovate on?
Forgejo
Which version of Renovate are you using?
44.17.1
Please tell us more about your question or problem
When using
:maintainLockFilesWeekly, Renovate will occasionally open empty merge requests (no lockfile updates at all). Based on discussion with Jamie, this shouldn't be happening.The only lockfile that Renovate maintains in my environment is the one for Mise. No errors or warnings are observed during the run, just that the branch was detect (always exists from what I can tell) and that the merge request was created during the scheduled run (
* 0-3 * * 1).Please let me know what I can provide to help debug, if anything. Here's a screenshot of what it looks like in Forgejo. Nothing really out of the ordinary, just an empty merge request. It's unclear to me if it's intended for Renovate to just keep a long-running/immortal merge request that a user can close if they don't want to see, or if this is an unintended behavior.
Logs (if relevant)
Logs
All reactions