Skip to content

Commit 78aa09b

Browse files
committed
Added gha to dependabot
1 parent 701a2ac commit 78aa09b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,18 @@ version: 2
55
updates:
66
- package-ecosystem: "cargo"
77
directory: "/"
8+
groups:
9+
rust-deps:
10+
patterns:
11+
- "*"
812
schedule:
913
interval: "weekly"
14+
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
groups:
18+
gha-deps:
19+
patterns:
20+
- "*"
21+
schedule:
22+
interval: "monthly"

0 commit comments

Comments
 (0)