Giveth / milestonetracker-ui

User Interface for the Milestone Tracker
GNU General Public License v3.0
8 stars 11 forks source link

Investigate greenkeeper.io #49

Open ojones opened 7 years ago

ojones commented 7 years ago

Currenlty we don't have a way to automticaly update version dependencies.

Greenkeeper.io may be useful, investigate and test solution.

rodney757 commented 7 years ago

okay, so this looks like it could be useful in detecting breaking changes introduced by dependency updates, however it works by running your tests when their bot detects an updated dependency.

Since we don't have any tests right now and are working on the mvp, it doesn't make much sense to implement now. We'll revisit this once we start working on a production app.