Skip to content

Commit f5893d9

Browse files
authored
Split cargo group into cargo-minor and cargo-patch (#2719)
1 parent 047f140 commit f5893d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ updates:
66
interval: daily
77
open-pull-requests-limit: 10
88
groups:
9-
cargo:
9+
cargo-minor:
1010
patterns: ["*"]
11+
update-types:
12+
- 'minor'
13+
cargo-patch:
14+
patterns: ["*"]
15+
update-types:
16+
- 'patch'

0 commit comments

Comments
 (0)