dependabot: also group cargo updates

It looks like I accidentally applied the grouping only to GitHub
actions updates.
This commit is contained in:
Martin von Zweigbergk 2023-07-07 07:49:50 -07:00 committed by Martin von Zweigbergk
parent 43aca696c8
commit e28ce91d41

View file

@ -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:
- "*"