Skip to content

Commit 6dd1346

Browse files
authored
Merge pull request #136 from TrueNine/dev
Fix workspace dependency updates and expand config and plugin support
2 parents 6adcfe1 + 823f750 commit 6dd1346

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)