Skip to content

Commit 5978220

Browse files
authored
Merge pull request #357 from github/elbrenn/workspace-config
Include workspace in dependabot config
2 parents 0b6131d + 04a9ac6 commit 5978220

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ registries:
66
token: ${{secrets.DEPENDABOT_TOKEN}}
77
updates:
88
- package-ecosystem: "npm"
9-
directory: "/"
9+
directories:
10+
- "/"
11+
- "script/workspace"
1012
schedule:
1113
interval: "weekly"
1214
registries:

0 commit comments

Comments
 (0)