Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This config comes partially from #321 and the renovate docs.
Additionally, this solution was agreed on via a Discord poll. With the one requirement that this is essentially "Read Only". That is, that renovate does not make commits automatically and introduce obscure bugs. This setup will not allow Renovate to submit any PRs or make any automatic changes.
This configuration will only display our dependencies that need updating as a pinned issue on the repo. From there, we could then selective tell Renovate to submit a PR to bump a dep, or we simply use this dashboard as a way to be aware of our dependencies that need to be updated.
I've gone ahead and tried to get this to match our use case as well as possible.
Currently there are a few major sections that will appear in the dashboard:
With this we could be much more aware of our dependencies, and this could then take on the brunt of responsibility, rather than us needing to identify outdated dependencies all on our own, and call them out in issues automatically.
Resolves #321
NOTE: Again this Renovate Setup Is READ ONLY It will not create any PRs