From 8909ff05077b31be86e43d5b64ce4042152a5cea Mon Sep 17 00:00:00 2001 From: Eli Perelman Date: Thu, 16 Nov 2017 18:29:39 -0600 Subject: [PATCH] Ignore gitbook-plugin-github from automatic renovate (#444) --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 90e9bb9f2..bea05d7f2 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,8 @@ "reviewers": [ "mozilla-neutrino/core-contributors" ], - "pinVersions": false + "pinVersions": false, + "excludedPackageNames": [ + "gitbook-plugin-github" + ] }