Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env/deps: remove greenkeeper.json, configure dependabot.yml (jaredpal…
…mer#846) - Greenkeeper has shut down, Snyk has been incredibly annoying and can't be configured in the codebase (installed by Jared and could only be configured by Jared), so use native Dependabot now - GitHub acquired Dependabot a little over a year ago and it is what powers GitHub vulnerability updates - set-up sensible defaults with YAML anchor/alias - to only make PRs weekly, not spam daily - to only make PRs for deps, not devDeps - to only increase version when necessary, not for every patch and minor bump when a dep isn't pinned anyway - to use "deps:" prefix similarly to what I use - set-up Dependabot to ignore /website entirely, for dep upgrades and vulnerabilities, as it is not a published package and doesn't really have an attack surface area - should only be updated as needed, not whenever a dep is upgraded - temporarily ignore "/" as well because it's currently being updated so don't want duplication spam - but leave security PRs on, only dep upgrades off
- Loading branch information