Skip to content

Commit 5e8ec8d

Browse files
committed
feat: add dependabot for test as well
1 parent b13fef2 commit 5e8ec8d

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)