automate dependency updates
See original GitHub issueWe don’t have any dependency for graphql-js but as we are setting up the site and just in general it is a good idea to keep things up to date. Currently we have to manually upgrade them. We should setup dependabot or renovatebot to manage upgrade and we have dependency PRs auto merge if the CI succeeds.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Automated dependency updates with pull requests - Deps
deps is a command line tool for staying on top of dependencies. It runs updates, automates pull requests, and keeps your local installations...
Read more >Why and How You Should Automate Dependency Updates
A comprehensive look at why dependency management is important and how developers can automate dependency updates.
Read more >Depfu: Automated dependency updates done right — for ...
A lightweight process for updating dependencies that actually works · Get notified about new versions right where you work — with a pull...
Read more >The How and Why Automating Dependency Updates
The answer is because it provides business value. Outdated dependencies carry security risks, and security vulnerabilities are obviously a ...
Read more >How to Automate Dependency Updates with Renovate - Velir
Fortunately, some tools can help you stay ahead of the game. In this post, we'll look at one called Renovate which automates dependency...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I did forget to mention that we would need to use a scheduling option as well, maybe updating dependencies every 2 weeks for minor/patch, every 4 weeks for major? In addition to above grouping/stability options.
On the working group we decided to go with renovate and now need a PR for adding it!