We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ced87a commit ac5eb46Copy full SHA for ac5eb46
.github/dependabot.yml
@@ -51,7 +51,7 @@ updates:
51
- dependency-name: 'dt-app'
52
update-types: ['version-update:semver-major']
53
# Node.js version policy: Only allow LTS versions and be conservative about upgrades
54
- # Current: Node.js 22 (LTS until April 2027)
+ # Current: Node.js 22 (LTS until October 2025)
55
# Ignore non-LTS Node.js versions (odd-numbered major versions)
56
- dependency-name: 'node'
57
versions: ['23.x', '25.x', '27.x', '29.x', '31.x', '33.x']
0 commit comments