Skip to content

Commit d36af11

Browse files
authored
chore(deps-dev): group Dependabot updates for pre-commit into a single PR (#1167)
Refs: 81716a8
1 parent 81716a8 commit d36af11

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ updates:
4343
prefix: chore
4444
prefix-development: chore
4545
include: scope
46-
open-pull-requests-limit: 13
4746
target-branch: main
47+
# 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: ['*']
4852
# Add additional reviewers for PRs opened by Dependabot. For more information, see:
4953
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#reviewers
5054
# reviewers:

0 commit comments

Comments
 (0)