We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c67c6 commit 823f750Copy full SHA for 823f750
1 file changed
.github/dependabot.yml
@@ -39,17 +39,11 @@ updates:
39
- '*'
40
41
# 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.
+ # Dependabot succeeds when it enters through the workspace root and fails
+ # when the same workspace is fanned out into child directories, because the
44
+ # subdirectory runs cannot reliably rewrite shared catalog-backed versions.
45
- package-ecosystem: npm
- directories:
46
- - /
47
- - /cli
48
- - /sdk
49
- - /mcp
50
- - /gui
51
- - /doc
52
- - /libraries/*
+ directory: /
53
target-branch: dev
54
schedule:
55
interval: weekly
0 commit comments