env/deps: remove greenkeeper.json, configure dependabot.yml#846
Merged
agilgur5 merged 1 commit intojaredpalmer:masterfrom Aug 31, 2020
Merged
env/deps: remove greenkeeper.json, configure dependabot.yml#846agilgur5 merged 1 commit intojaredpalmer:masterfrom
agilgur5 merged 1 commit intojaredpalmer:masterfrom
Conversation
- 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
This comment has been minimized.
This comment has been minimized.
Collaborator
Author
|
Test failure is a timeout that's been happening occasionally on macOS runs on GitHub (not limited to this repo), overriding and merging |
agilgur5
commented
Aug 31, 2020
This was referenced Aug 31, 2020
paul-vd
pushed a commit
to EezyQuote/tsdx
that referenced
this pull request
Dec 1, 2020
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
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
powers GitHub vulnerability updates
set-up sensible defaults with YAML anchor/alias
minor bump when a dep isn't pinned anyway
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
temporarily ignore "/" as well because it's currently being updated so
don't want duplication spam
Tags
Fixes #839
Follow-up to #815 which didn't work and Snyk's removal.
Closing a few PRs as unnecessary since they update the
/websitedir, which isn't a published library and doesn't really have an attack surface: