Skip to content

Commit

Permalink
greenkeeper: remove website from greenkeeper config (jaredpalmer#815)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
agilgur5 authored and paul-vd committed Dec 1, 2020
1 parent e641712 commit 003fdc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions greenkeeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"default": {
"packages": [
"package.json",
"templates/react/example/package.json",
"website/package.json"
"templates/react/example/package.json"
]
}
}
Expand Down

0 comments on commit 003fdc9

Please sign in to comment.