Skip to content

Commit 4e6022e

Browse files
authored
Use groups in dependabot updates (#69)
1 parent 5a62b8f commit 4e6022e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo
3+
- package-ecosystem: github-actions
44
directory: /
55
schedule:
66
interval: weekly
7-
- package-ecosystem: github-actions
7+
groups:
8+
ci-dependencies:
9+
applies-to: version-updates
10+
patterns: ["*"]
11+
update-types:
12+
- "minor"
13+
- "patch"
14+
- package-ecosystem: cargo
815
directory: /
916
schedule:
1017
interval: weekly
18+
groups:
19+
rust-dependencies:
20+
applies-to: version-updates
21+
patterns: ["*"]
22+
update-types:
23+
- "minor"
24+
- "patch"

0 commit comments

Comments
 (0)