Skip to content

Commit 8b0bc26

Browse files
authored
Merge branch 'master' into feat/checkout_method
2 parents c023441 + f5893d9 commit 8b0bc26

39 files changed

+1240
-606
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
groups:
9+
cargo-minor:
10+
patterns: ["*"]
11+
update-types:
12+
- 'minor'
13+
cargo-patch:
14+
patterns: ["*"]
15+
update-types:
16+
- 'patch'

0 commit comments

Comments
 (0)