-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix(dependabot): ignore major updates for node #3749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.github/dependabot.yml
Outdated
@@ -19,7 +19,7 @@ updates: | |||
time: "11:00" | |||
ignore: | |||
- dependency-name: "@types/node" | |||
versions: ["15.x", "14.x", "13.x"] | |||
versions: ["16.x", 15.x", "14.x", "13.x"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonder if it's better to ignore all major version updates? https://github.blog/changelog/2021-05-21-dependabot-version-updates-can-now-ignore-major-minor-patch-releases/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely! TIL! I'll change now
Codecov Report
@@ Coverage Diff @@
## main #3749 +/- ##
=======================================
Coverage 62.01% 62.01%
=======================================
Files 35 35
Lines 1835 1835
Branches 370 370
=======================================
Hits 1138 1138
Misses 588 588
Partials 109 109 Continue to review full report at Codecov.
|
aa6760c
to
632f980
Compare
This PR tells dependabot to ignore major updates for Node.