Skip to content

Commit 1710649

Browse files
authored
Update dependabot.yml
1 parent 9c8e37e commit 1710649

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "cargo"
4-
directory: "/"
5-
schedule:
6-
interval: "monthly"
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
dependencies:
9+
patterns:
10+
- "*"
11+
exclude-patterns:
12+
- "rand*"
713
- package-ecosystem: "github-actions"
814
directory: "/"
915
schedule:

0 commit comments

Comments
 (0)