github: tell Dependabot to group all deps when possible

This should reduce the number of PRs to review, and the number of
uninteresting commits in the repo history.
This commit is contained in:
Martin von Zweigbergk 2023-07-05 08:14:08 -07:00 committed by Martin von Zweigbergk
parent a9bbe40bb7
commit fa25c3bd40

View file

@ -14,3 +14,7 @@ updates:
open-pull-requests-limit: 10
commit-message:
prefix: "github:"
groups:
all-dependencies:
patterns:
- "*"