From fc22471f5d98bf1527ffe24afd50b12c1d463884 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sun, 23 Aug 2020 00:04:36 -0400 Subject: [PATCH] greenkeeper: remove website from greenkeeper config (#815) - website doesn't need vulnerability updates because it has no forms or real attack surface and it is not a published library that others depend on - greenkeeper wasn't just for vulnerability updates though; automatic dep updates aren't necessary either as no one depends on it and it's not frequently used (until recently was last updated ~6 months ago) - greenkeeper is no longer a thing, but not sure if Snyk is perhaps using the same config, so try changing it to reduce all these unnecessary, duplicative, and buggy Snyk PRs - based on the website / docs, it doesn't sound like this will change anything and this file should probably be deleted, but since I don't have access to Snyk to be able to change settings, this is all I can try --- greenkeeper.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/greenkeeper.json b/greenkeeper.json index ef70c1fef..c2c0e7059 100644 --- a/greenkeeper.json +++ b/greenkeeper.json @@ -3,8 +3,7 @@ "default": { "packages": [ "package.json", - "templates/react/example/package.json", - "website/package.json" + "templates/react/example/package.json" ] } }