Skip to content

Commit

Permalink
ignore non-LTS version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Sep 16, 2024
1 parent cca15e5 commit 49dcb0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "node"
# Ignore latest version of Node, since we prefer LTS. This will need to be updated over time:
versions: ["22.x"]

0 comments on commit 49dcb0d

Please sign in to comment.