chore: use dependabot to manage dependencies#2830
Merged
jawnsy merged 4 commits intocoder:mainfrom Mar 12, 2021
jawnsy:jawnsy/ch8931/dependabot
Merged
chore: use dependabot to manage dependencies#2830jawnsy merged 4 commits intocoder:mainfrom jawnsy:jawnsy/ch8931/dependabot
jawnsy merged 4 commits intocoder:mainfrom
jawnsy:jawnsy/ch8931/dependabot
Conversation
Use dependabot to manage the dependencies defined in package.json and GitHub Actions workflows, so that we can proactively update versions. Outdated versions of third-party dependencies frequently have known security vulnerabilities with CVEs.
|
This pull request has been linked to Clubhouse Story #8931: Enable additional dependency tracking with dependabot. |
jsjoeio
suggested changes
Mar 8, 2021
Contributor
jsjoeio
left a comment
There was a problem hiding this comment.
Thanks for the contribution, @jawnsy! 🎉
In the past when I've used dependabot to manage dependencies, it tends to be pretty noisy and can be overwhelming to keep up with.
Just took a look at the Security tab of our repo and it looks like we can set a lot of this up through there, including dependabot alerts.
Do you know the difference between using that vs adding this in like you've done?
Contributor
|
bump @jawnsy |
jsjoeio
suggested changes
Mar 10, 2021
jawnsy
commented
Mar 10, 2021
Member
|
I'm down to own these if that's helpful. |
jsjoeio
previously approved these changes
Mar 11, 2021
jawnsy
commented
Mar 12, 2021
jsjoeio
approved these changes
Mar 12, 2021
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.


Use dependabot to manage the dependencies defined in package.json and
GitHub Actions workflows, so that we can proactively update versions.
Outdated versions of third-party dependencies frequently have known
security vulnerabilities with CVEs.