mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 23:42:50 +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
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…
x
Reference in New Issue
Block a user