Skip to content

Commit 047d97c

Browse files
authored
Add npm package ecosystem to Dependabot config (#394)
1 parent ed663e4 commit 047d97c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ updates:
1010
target-branch: "main"
1111
schedule:
1212
interval: monthly
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
target-branch: "main"
16+
schedule:
17+
interval: weekly

0 commit comments

Comments
 (0)