Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit b06020c

Browse files
committed
ci: add dependabot groups
1 parent c37626e commit b06020c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
actions-deps:
9+
patterns:
10+
- "*"
711
- package-ecosystem: "cargo"
812
directory: "/"
913
schedule:
1014
interval: "monthly"
15+
groups:
16+
cargo-deps:
17+
patterns:
18+
- "*"
19+
update-types:
20+
- "patch"
21+
- "minor"

0 commit comments

Comments
 (0)