renovate tries to merge a pull request over and over again but it is already merged #32368
Replies: 2 comments
-
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. Insufficient logsSelect me to read instructionsIf you already gave us a log, and the Renovate team said it's not enough, then follow the instructions from the No logs at all section. 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.
-
I think a got a workaround. |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab
Please tell us more about your question or problem
Hey! Loving the bot so far but somehow I get a weird behaviour.
The Bot tries to merge a pull request over and over again ignoring that it is already merged. This consumes my scheduled bot runs via gitlab. Nothing happens after that even when there are still dependencies that need updates.
Does someone experienced this behaviour aswell?
I use this image version:
renovate/renovate:37.440-slim@sha256:1ee424e0ed4d8e64e5bb2d442d6bc72b3809bb9d0cf804f4b7180caa47d6002a
In the logs i get these messages several times, but i dont think they are related - or are they?
DEBUG: Reached branch limit - skipping branch creation
DEBUG: syncBranchState(): Branch cache not found
And have the configured as:
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "packageRules": [ { "labels": [ "renovate-bot" ], "matchDatasources": [ "npm" ], "matchPackagePatterns": [ ".*" ], "rangeStrategy": "pin" }, { "labels": [ "renovate-bot" ], "includePaths": [ "pom.xml" ], "matchDatasources": [ "maven" ], "matchPackagePatterns": [ ".*" ] }, { "matchUpdateTypes": [ "minor", "patch" ], "automerge": true }, { "matchUpdateTypes": [ "major" ], "automerge": false } ], "ignoreUnstable": true, "minimumReleaseAge": "7 days", "enabledManagers": [ "maven", "npm" ], "dependencyDashboard": true }
Any help is appreciated :)
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions