Socket
Book a DemoInstallSign in
Socket

hapi-greenkeeper-keeper

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-greenkeeper-keeper

hapi plugin to automatically merge and clean up passing greenkeeper PRs

latest
Source
npmnpm
Version
3.0.4
Version published
Weekly downloads
2
-50%
Maintainers
2
Weekly downloads
 
Created
Source

hapi-greenkeeper-keeper

hapi plugin to automatically merge and clean up passing greenkeeper PRs

Build Status Codecov

Usage

license npm node Snyk Vulnerabilities for npm package monthly downloads Gitter

This is a hapi plugin that you can load into your server instance. You can either load the plugin yourself or use glue to compose your server configuration for a manifest.

Installation

$ npm install hapi-greenkeeper-keeper -S

Configuration

This plugin has a few required options that you will need to pass when you load the plugin on your server.

  • github.token required: a personal access token for the GitHub account that you intend to process greenkeeper PRs

    Note: the personal access token will need the repo and repo:read_hooks scopes in order to work properly

  • acceptAction required: how the contribution should be integrated, once accepted. Valid choices include:

    • merge
    • squash
    • rebase

Contributing

PRs Welcome Conventional Commits Commitizen friendly greenkeeper badge semantic-release

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

Keywords

greenkeeper.io

FAQs

Package last updated on 21 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts