We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6131d commit 04a9ac6Copy full SHA for 04a9ac6
1 file changed
.github/dependabot.yml
@@ -6,7 +6,9 @@ registries:
6
token: ${{secrets.DEPENDABOT_TOKEN}}
7
updates:
8
- package-ecosystem: "npm"
9
- directory: "/"
+ directories:
10
+ - "/"
11
+ - "script/workspace"
12
schedule:
13
interval: "weekly"
14
registries:
0 commit comments