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