Skip to content

Commit

Permalink
github: tell Dependabot to group all deps when possible
Browse files Browse the repository at this point in the history
This should reduce the number of PRs to review, and the number of
uninteresting commits in the repo history.
  • Loading branch information
martinvonz committed Jul 5, 2023
1 parent a9bbe40 commit fa25c3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ updates:
open-pull-requests-limit: 10
commit-message:
prefix: "github:"
groups:
all-dependencies:
patterns:
- "*"

0 comments on commit fa25c3b

Please sign in to comment.