Bump node to 24 LTS (#853)

This commit is contained in:
Alex
2026-04-10 13:29:48 +01:00
committed by GitHub
parent af38540991
commit e3d5bd91fc
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -31,6 +31,12 @@ updates:
groups:
docker-images:
patterns: ["*"]
ignore:
# Node.js: block major-version bumps so dependabot never proposes
# moving from one LTS line to a non-LTS "Current" release (e.g. 24 -> 25).
# Node LTS is even-numbered only; major bumps should be deliberate.
- dependency-name: "node"
update-types: ["version-update:semver-major"]
# GitHub Actions
- package-ecosystem: "github-actions"