mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-07 16:32: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
|
open-pull-requests-limit: 10
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "cargo:"
|
prefix: "cargo:"
|
||||||
|
groups:
|
||||||
|
cargo-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
@ -15,6 +19,6 @@ updates:
|
|||||||
commit-message:
|
commit-message:
|
||||||
prefix: "github:"
|
prefix: "github:"
|
||||||
groups:
|
groups:
|
||||||
all-dependencies:
|
github-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user