Closed piotr-s-brainhub closed 3 years ago
I'm going to archive this repository so that we have conversations in one place. Therefore please create an "App Support" discussion here if this problem or suggestion is still relevant: https://github.com/renovatebot/renovate/discussions
As renovate sometimes skipped some of my dependencies and renovate dashboard was not enough for me, I decided to implement my own dashboard showing all dependency versions though it's readonly because it would require too much work from me to make it clickable.
I have something like that:
It shows the dependency versions for all the repos and all the libraries (either public or private) with the possibility of selecting one of the protected branches or all the protected branches in one table. That's because renovate unfortunately works only with the default branch. The library names are links redirecting to a given NPM page.
Renovate dashboard could even have more features than mine:
react
would show all libraries containingreact
in their name and only themWhat's even more important than such a table, is listing all the versions currently updated in any of the renovate PRs e.g.:
so for each of such versions, I could select one of the following options:
and another select:
Then I could click an
execute
button which would: