mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
Split cargo group into cargo-minor and cargo-patch (#2719)
This commit is contained in:
parent
047f1402de
commit
f5893d991f
1 changed files with 7 additions and 1 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue