Skip to content

Commit c1356bb

Browse files
chore: Allow dependabot to update npm packages (terralist#273)
1 parent f9c58d5 commit c1356bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ updates:
2424
- package-ecosystem: "github-actions"
2525
directory: "/"
2626
schedule:
27-
interval: "weekly"
27+
interval: "weekly"
28+
29+
- package-ecosystem: "npm"
30+
directory: "/web"
31+
schedule:
32+
interval: "weekly"

0 commit comments

Comments
 (0)