Skip to content

Commit a22282e

Browse files
Fix syntax error in dependabot group patterns (#15)
1 parent 0e398e0 commit a22282e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
groups:
88
all:
99
patterns:
10-
'*'
10+
- "*"
1111

1212
- package-ecosystem: "pip"
1313
directory: "/"
@@ -16,4 +16,4 @@ updates:
1616
groups:
1717
all:
1818
patterns:
19-
'*'
19+
- "*"

0 commit comments

Comments
 (0)