mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-25 09:04:56 +00:00
dependabot: also group cargo updates
It looks like I accidentally applied the grouping only to GitHub actions updates.
This commit is contained in:
parent
43aca696c8
commit
e28ce91d41
1 changed files with 5 additions and 1 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -7,6 +7,10 @@ updates:
|
|||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: "cargo:"
|
||||
groups:
|
||||
cargo-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
@ -15,6 +19,6 @@ updates:
|
|||
commit-message:
|
||||
prefix: "github:"
|
||||
groups:
|
||||
all-dependencies:
|
||||
github-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
Loading…
Reference in a new issue