merge requests are not being created #33889
-
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 problemmerge requests are not being created. gitlab-ci.yaml:
config:
Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi there, Get your discussion fixed faster 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.
-
You're running into a bug introduced as part of #28022. The used pattern is not parseable by Renovate's pep440 library: It splits the range by commas, whereas @rarkins used a space as the delimiter. |
Beta Was this translation helpful? Give feedback.
-
thanks, but why isn't the merge request being created? |
Beta Was this translation helpful? Give feedback.
You're running into a bug introduced as part of #28022. The used pattern is not parseable by Renovate's pep440 library: It splits the range by commas, whereas @rarkins used a space as the delimiter.
https://github.com/renovatebot/pep440/blob/6b9266735803aa48e2f032187550724b9ed633ec/lib/specifier.js#L40