File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,11 @@ updates:
3939 - ' *'
4040
4141 # This repo uses a shared pnpm workspace lockfile plus `catalog:` versions.
42- # Keep npm updates in a single workspace-level Dependabot entry so manifests
43- # resolve against the same root context instead of as isolated packages.
42+ # Dependabot succeeds when it enters through the workspace root and fails
43+ # when the same workspace is fanned out into child directories, because the
44+ # subdirectory runs cannot reliably rewrite shared catalog-backed versions.
4445 - package-ecosystem : npm
45- directories :
46- - /
47- - /cli
48- - /sdk
49- - /mcp
50- - /gui
51- - /doc
52- - /libraries/*
46+ directory : /
5347 target-branch : dev
5448 schedule :
5549 interval : weekly
You can’t perform that action at this time.
0 commit comments