mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
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:
parent
a9bbe40bb7
commit
fa25c3bd40
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -14,3 +14,7 @@ updates:
|
|||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: "github:"
|
||||
groups:
|
||||
all-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
Loading…
Reference in a new issue