Skip to content

Commit 470bac2

Browse files
committed
chore: Fix dependabot syntax error
1 parent 2db52ff commit 470bac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
66
schedule:
77
interval: daily
88
- package-ecosystem: bundler
9-
directories: "**/*"
9+
directories:
10+
- "**/*"
1011
schedule:
1112
interval: weekly

0 commit comments

Comments
 (0)