Skip to content

Commit bf8b729

Browse files
authored
Adjust dependabot configuration for the docs website (#3555)
1 parent 71e118a commit bf8b729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
updates:
3-
43
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
76
interval: "weekly"
7+
- package-ecosystem: "npm"
8+
directory: "/website"
9+
schedule:
10+
interval: "weekly"

0 commit comments

Comments
 (0)