-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suggestion: set up greenkeeper for package updates #234
Comments
@trivikr This is helpful. I think using it is much better than without this tool. A caveat is that most of our dependies lies in the dev dependencies which would only be used at release or doing code gen, we may not cover them in our github CI script and their breaking change may still break our release. |
@trivikr I'm going to setup the Greenkeeper. Do you think free version is enough for now? |
We were pending updating of Jest from v20->v24 prior to using greenkeeper |
The first PR to enable greenkeeper is at #248 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Greenkeeper is a really good tool for automated dependency management.
We use it in fastify packages, and it's pretty helpful.
It can be set up once existing dependencies are updated.
Greenkeeper will take up task of updating dependencies (like lerna in PR #233 for example)
The text was updated successfully, but these errors were encountered: