Skip to content

Commit f3edeff

Browse files
committed
Fix invalid dependabot.yml format
1 parent c196bc6 commit f3edeff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12-
reviewers:
13-
- toshimaru
12+
reviewers:
13+
- toshimaru
1414
- package-ecosystem: "github-actions"
1515
directory: "/"
1616
schedule:
1717
interval: "weekly"
18-
reviewers:
19-
- toshimaru
18+
reviewers:
19+
- toshimaru

0 commit comments

Comments
 (0)