Skip to content

Commit 431ddfb

Browse files
authored
Merge pull request #134 from aws/maxday/update-dependabot-for-tests
feat: add dependabot for test as well
2 parents 705112e + 5e8ec8d commit 431ddfb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
version: 2
22
updates:
3+
34
- package-ecosystem: "npm"
4-
directory: "."
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
- package-ecosystem: "npm"
9+
directory: "/test/handlers"
510
schedule:
611
interval: "weekly"
712
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)