We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81716a8 commit 8cc2150Copy full SHA for 8cc2150
1 file changed
.github/dependabot.yaml
@@ -45,6 +45,11 @@ updates:
45
include: scope
46
open-pull-requests-limit: 13
47
target-branch: main
48
+ # Group updates into one pull request. See also:
49
+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
50
+ groups:
51
+ pre-commit:
52
+ patterns: '*'
53
# Add additional reviewers for PRs opened by Dependabot. For more information, see:
54
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#reviewers
55
# reviewers:
0 commit comments