Add found Version to dashboard #32387
Replies: 2 comments 12 replies
-
Renovate already lists the full list of detected dependencies, it also lists updates (both open and pending). It also has a warning if any lookups have failed. What edge case are you worried about missing? |
Beta Was this translation helpful? Give feedback.
-
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.
-
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.
gitea running rennovate 39.7.1-full in a docker container
Please tell us more about your question or problem
At the moment it seems not possible to see if renovate is detecting every dep successfull. i have a huge list of regex versioning and so on and the only possible way to see if renovate is detecting everything right and WOULD make the right update is to downgrade the dep and see if a PR gets created. The logs also only show the update if an update exists.
If i didnt missed anything (and i googled alot and searched diskussions etc) it would be nice if there would be some sort of list with current and latest detected package or something like that, maybee in the dashboard where renovate lists all found deps it coud add the latest found version matching the set rules after this.
this way we could easy and fast check if all is right. if the versions match its fine, if there is an update the new version is listed and also everything ok, if there is no latest version something is wrong.
renovate detects all my deps but if its all working i dont know, the only way as i said i know at the moment is to downgrade all versions, and see if renovate picks them all up. in the picture for example, if i would have the worng versioning it would show up exactly like that but would never make an update becouse a wrong versioning would never find the right new version.
Logs (if relevant)
Logs
Minimal repo
https://github.com/wuast94/renovatetest
Beta Was this translation helpful? Give feedback.
All reactions