Greenkeeper service that automatically runs npm update & creates pull requests is convenient
Tadashi Shigeoka · Tue, February 13, 2018
The Greenkeeper service that automatically runs npm updates and creates pull requests is convenient, so I’ll introduce it.
Greenkeeper setup procedure
Setup procedure (overview)
- Install to GitHub
- Select Personal account or Organization
- Register Billing Information (credit card info, billing address)
- Merge the initial pull request "greenkeeper/initial" that gets created
Install to GitHub
First, select the Personal account or Organization where you want to install Greenkeeper.
Private repos are paid?
Private repositories are paid, so let’s register Billing Information.
It starts from $25 per month.
Initial pull request "greenkeeper/initial"
An initial pull request “greenkeeper/initial” will be created. It takes about 15-30 minutes to be created, so please wait patiently.
Merge the pull request “greenkeeper/initial”.
That’s all from the Gemba where I want to use Greenkeeper to continuously run npm updates.

