Skip to content
Merged
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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ updates:
# or just remove this ignore and see if Dependabot succeeds) bundles a
# fixed ip-address, then remove this block.
- dependency-name: "ip-address"
# undici (GHSA, affects the bundled copy) is unreachable, same shape as
# ip-address above: nested at node_modules/npm/node_modules/undici@6.27.0,
# inside npm's own bundled dependency tree. Verified empirically 2026-08-25
# (on node-ninjaone, identical nested path/version -- see
# WYRE-AI/node-ninjaone#74) that a package.json overrides pin has zero
# effect on this path; only the top-level node_modules/undici moves.
# Without this ignore, Dependabot's Security job fails
# (security_update_not_possible) with no PR ever opening. The underlying
# GHSA alert stays visible on the Security tab regardless. Revisit the
# same way as the ip-address entry: remove once npm bundles a fixed undici.
- dependency-name: "undici"
# typescript 7.x breaks this fleet's toolchain: DTS emit (tsup/rollup-plugin-dts
# TS5101 baseUrl-deprecated-as-error), and typescript-eslint (still <6.1.0 as of
# 8.66.0, no TS7 support yet). Has broken main 3x on some repos because Dependabot
Expand Down