Skip to content

Commit 5165a00

Browse files
authored
Fix formatting of directories in dependabot.yml
1 parent 1fc0d2a commit 5165a00

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
@@ -10,7 +10,8 @@ updates:
1010
open-pull-requests-limit: 15
1111
versioning-strategy: "increase"
1212
- package-ecosystem: "github-actions"
13-
directories: "**/*"
13+
directories:
14+
- "**/*"
1415
schedule:
1516
interval: "cron"
1617
timezone: "Europe/Berlin"

0 commit comments

Comments
 (0)