Skip to content

Commit

Permalink
Ignore dependabot major version updates for @types/node
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed Aug 5, 2024
1 parent aaf47b6 commit fbb428a
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 @@ -7,6 +7,9 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# Since we're pinned to a specific version of Node.js, ignore major updates
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit fbb428a

Please sign in to comment.