Skip to content

Commit 449dacd

Browse files
Run Dependabot on every dir with package.json
1 parent f8ec93c commit 449dacd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ updates:
55
schedule:
66
interval: daily
77
- package-ecosystem: npm
8-
directories: ["**/*"]
8+
directories:
9+
# find . -name 'package.json' -type f -exec dirname {} \; | sort -u
10+
- /
11+
- /benchmarks/basic
12+
- /examples/basic
13+
- /examples/with-schema-validation
14+
- /packages/backend-postgres
15+
- /packages/cli
16+
- /packages/openworkflow
917
schedule:
1018
interval: daily

0 commit comments

Comments
 (0)