Skip to content

Commit

Permalink
Skip upcoming non-LTS Node releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed Oct 21, 2024
1 parent 8502520 commit a376d56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,9 @@ updates:
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"]
# Node 22 will become an LTS version on 2024-10-29; see
# https://nodejs.org/en/next-data/release-data
# Hence, we'll want to adopt 22.x releases after the last one
# before that date.
# Odd-numbered versions are unstable releases, so skip those too.
versions: ["<=22.10.0", "23.x", "25.x", "27.x", "29.x"]

0 comments on commit a376d56

Please sign in to comment.