Skip to content

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

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Conversation

jsjoeio
Copy link
Contributor

@jsjoeio jsjoeio commented Jul 8, 2021

This PR tells dependabot to ignore major updates for Node.

@jsjoeio jsjoeio requested a review from a team as a code owner July 8, 2021 21:00
@jsjoeio jsjoeio self-assigned this Jul 8, 2021
@jsjoeio jsjoeio added the dependencies Pull requests that update a dependency file label Jul 8, 2021
@@ -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"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

Merging #3749 (edfce84) into main (15d256b) will not change coverage.
The diff coverage is n/a.

❗ Current head edfce84 differs from pull request most recent head 632f980. Consider uploading reports for the commit 632f980 to get more accurate results
Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15d256b...632f980. Read the comment docs.

@jsjoeio jsjoeio marked this pull request as draft July 8, 2021 21:04
@jsjoeio jsjoeio changed the title fix(dependabot): ignore updates for node 16.x fix(dependabot): ignore major updates for node Jul 8, 2021
@jsjoeio jsjoeio force-pushed the fix-dependabot-node branch from aa6760c to 632f980 Compare July 8, 2021 21:05
@jsjoeio jsjoeio marked this pull request as ready for review July 8, 2021 21:05
@jsjoeio jsjoeio enabled auto-merge July 8, 2021 21:06
@jsjoeio jsjoeio merged commit 343cec5 into main Jul 8, 2021
@jsjoeio jsjoeio deleted the fix-dependabot-node branch July 8, 2021 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants