Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ updates:
groups:
npm-vueapp:
patterns: ["*"]
ignore:
# @types/node majors track Node majors. Stay on the 24.x line to match
# engines.node / volta / CI node-version 24 and @tsconfig/node24. Drop this
# once the runtime moves, which is no earlier than Node 26 LTS (2026-10-28).
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 5

- package-ecosystem: github-actions
Expand Down
Loading
Loading