Skip to content

Commit a606f77

Browse files
committed
fix dependabot config
1 parent 26b68a2 commit a606f77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22
updates:
3-
package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: "weekly"
7-
timezone: "Asia/Tokyo"
8-
time: "09:00"
9-
day: "saturday"
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
timezone: "Asia/Tokyo"
8+
time: "09:00"
9+
day: "saturday"

0 commit comments

Comments
 (0)