Renovate fails with: Error updating branch #38979
-
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, Latest from dockerhub Please tell us more about your question or problemFor one of my projects renovate started to fail on: In debug logs i saw interesting log saying: Dependency in project is under So i excluded mysql-connector from updating using package rule: And now everything works fine. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Mind sharing the output of the |
Beta Was this translation helpful? Give feedback.
-
|
Are there any other log lines near this that may be related? It may be best if you can get a minimal reproduction together, so we can validate |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, Please help this Discussion progress by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running Renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Thanks for the minimal reproduction! Makes it much simpler to investigate 💜 It definitely looks like: Is the issue here, will see if I can debug why renovate/lib/modules/manager/maven/update.ts Lines 20 to 25 in d66d265 |
Beta Was this translation helpful? Give feedback.
Thanks for the minimal reproduction! Makes it much simpler to investigate 💜
It definitely looks like:
Is the issue here, will see if I can debug why
versionis including the>inrenovate/lib/modules/manager/maven/update.ts
Lines 20 to 25 in d66d265