From 6842afddac39754dfb4d66e42c5d390c5de21d8a Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Fri, 13 Jan 2017 09:47:23 +0100 Subject: [PATCH] Add inspirations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47dc4d36b1..069176ac72 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Keep npm dependencies up-to-date via Pull Requests This script scans your repository package.json files, detects if any dependencies need version updating - or pinning - and if so then submits Pull Requests for each. +This was inspired by the services at [Greenkeeper](https://greenkeeper.io) and [Doppins](https://doppins.com). + ## Before you Start To run this script, you will need to select a GitHub user account for it to create branches and submit Pull Requests from. The account will need read/write access to push and update upgrade branches to GitHub, as well as raise Pull Requests. -- GitLab