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
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ updates:
update-types:
- minor

# Release tooling is isolated in .release/ so its transitive npm CLI
# bundled deps never surface at the root. We still want direct-dep
# updates (semantic-release, plugins) but must ignore transitives,
# since advisories inside `npm`'s bundled `node_modules/` cannot be
# updated by npm/Dependabot (the fix has to come from npm/cli itself,
# e.g. npm/cli#9194 → 11.13.0).
- package-ecosystem: npm
directory: /.release
schedule:
interval: weekly
allow:
- dependency-type: direct

- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
Loading