This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Setup automatic dependency updates pull-requests #169
Open
Description
Keeping your dependencies up to date is a time-consuming and repetitive task, ideal for automation. Luckily there are many tools that help to keep dependencies updated by automatically creating pull requests on your project with the latest versions, your automated tests will run against that pull request and if it passes chances are your code will continue to work normally once you merge it. Be careful with major version changes, always double check.
Greenkeeper.io and david-dm.org are great tools that help to keep dependencies up to date.