Skip to content

Commit 6d8fb41

Browse files
committed
Fix dependabot.yml
1 parent f9403e7 commit 6d8fb41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ updates:
66
interval: "weekly"
77

88
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "npm"
914
directories:
10-
- "/"
11-
- "azdo-task/DevcontainersCi"
15+
- "/azdo-task/DevcontainersCi"
1216
- "/common"
1317
- "/github-action"
1418
- "/.github/scripts"

0 commit comments

Comments
 (0)