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.io

Greenkeeper setup procedure

Setup procedure (overview)

  1. Install to GitHub
  2. Select Personal account or Organization
  3. Register Billing Information (credit card info, billing address)
  4. 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.

Install Greenkeeper in GitHub

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.

Greenkeeper Initial pull request

Merge the pull request “greenkeeper/initial”.

That’s all from the Gemba where I want to use Greenkeeper to continuously run npm updates.