Skip to content

Commit ca2b67c

Browse files
committed
fix directory should be plural
1 parent f7e86f9 commit ca2b67c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ job:
1010
source:
1111
provider: github
1212
repo: dependabot/example-cli-usage
13-
directory: "*/**"
13+
directories:
14+
- "*/**"
1415
branch: main
1516
dependency-groups:
1617
- name: everything

0 commit comments

Comments
 (0)