Skip to content

Commit 7afc655

Browse files
committed
group rust updates together
1 parent 89f36bc commit 7afc655

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
version: 2
77
updates:
88
- package-ecosystem: cargo
9-
directory: "/"
9+
directories: ["/", "/fuzz"]
1010
schedule:
1111
interval: weekly
12-
open-pull-requests-limit: 10
12+
groups:
13+
rust:
14+
applies-to: version-updates
15+
patterns: ["*"]
1316

14-
- package-ecosystem: cargo
15-
directory: "/fuzz"
16-
schedule:
17-
interval: weekly
18-
open-pull-requests-limit: 10
19-
2017
- package-ecosystem: gitsubmodule
2118
directory: "/"
2219
schedule:

0 commit comments

Comments
 (0)