build(deps): ignore @types/node in dependabot

This commit is contained in:
Damien Retzinger
2026-06-09 17:52:19 -04:00
parent ed78b5307f
commit c236c55738
+5 -1
View File
@@ -15,4 +15,8 @@ updates:
exclude-paths: exclude-paths:
- "resolve-check-config/**" - "resolve-check-config/**"
- "setup-install/**" - "setup-install/**"
- "supported-version/**" - "supported-version/**"
# @types/node tracks the Node runtime version, not the latest release;
# bumping it ahead of the pinned Node version is noise.
ignore:
- dependency-name: "@types/node"