Skip to content

Commit

Permalink
fix: ignore @types/node bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck authored and jfmengels committed Nov 1, 2024
1 parent b06d417 commit 30b82ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ updates:
- 'eslint-plugin-turbo'
ignore:
# Requires higher engines:
- dependency-name: '@types/node'
update-types:
- version-update:semver-major
- dependency-name: '@typescript-eslint/*'
update-types:
- version-update:semver-major
Expand Down

0 comments on commit 30b82ff

Please sign in to comment.