Skip to content

Commit 2d6a7e3

Browse files
authored
Fix directory path format in dependabot config
1 parent 9db482a commit 2d6a7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ updates:
88
- package-ecosystem: "pub" # See documentation for possible values
99
directories:
1010
- "/" # Location of package manifests
11-
- "/packages/*/
11+
- "/packages/*/"
1212
schedule:
1313
interval: "monthly"

0 commit comments

Comments
 (0)