Skip to content

Commit 96aa708

Browse files
committed
fix: patterns is a list of strings, not a single string
1 parent 63be69b commit 96aa708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ updates:
4848
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
4949
groups:
5050
pre-commit:
51-
patterns: '*'
51+
patterns: ['*']
5252
# Add additional reviewers for PRs opened by Dependabot. For more information, see:
5353
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#reviewers
5454
# reviewers:

0 commit comments

Comments
 (0)