skeleton
skeleton copied to clipboard
Automated Dependency Updates
Describe the feature in detail (code, mocks, or screenshots encouraged)
This project is growing larger and larger by the week, we should really add a Github bot that automates dependency updates. This is what for example Renovate does:
- Create PR containing updated package.
- Batches multiple package updates into one PR.
- Shows if tests are passing, how adopted this update is, how confident it is in this dep update.
- Configurable per branch, PR, major/minor/patch, etc
It looks like this:
I think with how fast we are moving aswell as the frameworks we use, this would be a huge QoL update. This tool is already widely used in other larger projects, I see no reason not to include this.
What type of pull request would this be?
New Feature