Release notes of git-tags dependencies using git@ scheme on gitlab.com and self-hosted Gitlab not retrieved #35123
Replies: 2 comments 12 replies
-
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.
-
For self-hosted GitLab, is this the same server/endpoint as you run Renovate on? e.g. it matches with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Self-hosted Gitlab with Renovate 39.222.3
Please tell us more about your question or problem
Hi,
release notes from dependencies hosted on gitlab.com and self-hosted Gitlab instances are not appearing in merge requests opened by renovate in our self-hosted setup:
When examining the debug logs, we can see that
sourceUrl
is missing for dependencies not hosted on github.com, and that property is later used by renovate to retrieve the release notes.Note: I'm opening this discussion as suggested in the PR I've submitted earlier. While it may not be perfect, as it is more of a fallback, these changes do make the changelog retrieval work:
FWIW, we are using these changes ourselves since last week.
Logs (if relevant)
Logs
Logs with unmodified Renovate 39.222.3:Beta Was this translation helpful? Give feedback.
All reactions