Skip to content

Commit

Permalink
Fix syntax error in dependabot group patterns (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedantic-curmudgeon authored Aug 13, 2023
1 parent 0e398e0 commit a22282e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
groups:
all:
patterns:
'*'
- "*"

- package-ecosystem: "pip"
directory: "/"
Expand All @@ -16,4 +16,4 @@ updates:
groups:
all:
patterns:
'*'
- "*"

0 comments on commit a22282e

Please sign in to comment.