Skip to content

Commit b459b55

Browse files
committed
add npm to dependabot config
1 parent 859d866 commit b459b55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ updates:
3131
cargo:
3232
patterns:
3333
- "*"
34+
- package-ecosystem: "npm" # also supports yarn
35+
directory: "/"
36+
schedule:
37+
interval: "weekly"
38+
groups:
39+
npm:
40+
patterns:
41+
- "*"

0 commit comments

Comments
 (0)