Skip to content

Commit e591030

Browse files
authored
ci: tweak Dependabot config (#623)
1 parent 2eb3584 commit e591030

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ version: 2
22
updates:
33
- package-ecosystem: cargo
44
directory: "/"
5-
versioning-strategy: lockfile-only
5+
versioning-strategy: increase-if-necessary
6+
allow:
7+
- dependency-type: "all"
68
schedule:
79
interval: weekly
8-
open-pull-requests-limit: 10
10+
groups:
11+
all-deps:
12+
patterns:
13+
- "*"
914
- package-ecosystem: "github-actions"
1015
directory: "/"
1116
schedule:
1217
interval: weekly
13-
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)