Split cargo group into cargo-minor and cargo-patch (#2719)

This commit is contained in:
Christoph Rüßler 2025-09-17 14:50:38 +02:00 committed by GitHub
parent 047f1402de
commit f5893d991f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,5 +6,11 @@ updates:
interval: daily
open-pull-requests-limit: 10
groups:
cargo:
cargo-minor:
patterns: ["*"]
update-types:
- 'minor'
cargo-patch:
patterns: ["*"]
update-types:
- 'patch'