Skip to content

Commit 3fa5ef5

Browse files
authored
chore: enable dependabot for js/testpkg package (#259)
1 parent c23ccf2 commit 3fa5ef5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ updates:
1717
# Check for updates every Monday
1818
schedule:
1919
interval: "weekly"
20+
- package-ecosystem: "npm"
21+
directory: "/js/testpkg"
22+
schedule:
23+
interval: "weekly"

0 commit comments

Comments
 (0)