Skip to content

Commit

Permalink
Configure dependabot to ignore @types/node.
Browse files Browse the repository at this point in the history
We want @types/node to match the *lowest* version of node.js that we support.
  • Loading branch information
wjhsf committed Oct 30, 2023
1 parent 9958a91 commit 8d0d76d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
# We want @types/node to match the *lowest* version of node.js that we support
- dependency-name: "@types/node"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"

0 comments on commit 8d0d76d

Please sign in to comment.