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
14 changes: 4 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,11 @@ updates:
- '*'

# This repo uses a shared pnpm workspace lockfile plus `catalog:` versions.
# Keep npm updates in a single workspace-level Dependabot entry so manifests
# resolve against the same root context instead of as isolated packages.
# Dependabot succeeds when it enters through the workspace root and fails
# when the same workspace is fanned out into child directories, because the
# subdirectory runs cannot reliably rewrite shared catalog-backed versions.
- package-ecosystem: npm
directories:
- /
- /cli
- /sdk
- /mcp
- /gui
- /doc
- /libraries/*
directory: /
target-branch: dev
schedule:
interval: weekly
Expand Down
Loading