Sunday 22 July 2018

Automating dependency management updates

With the introduction of package-lock, a new challenge arise - developers have to manually update dependencies and according to what I see - many rarely do that.Seems like the dependency management process should be automated - once a package versioning meets some rules (e.g. a month past since latest release) a PR should be generated with a newer version. I noted few commercial tools that do this, like greenkeeper.ui, but I prefer to stick to a community/free solution for a start. Do you have any solution in mind?

Submitted July 22, 2018 at 09:51AM by yonatannn

No comments:

Post a Comment