Skip to content

Commit f6c80ee

Browse files
authored
Update dependabot.yml (#329)
* Update dependabot.yml * Update dependabot.yml
1 parent 9c8e37e commit f6c80ee

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "cargo"
4-
directory: "/"
5-
schedule:
6-
interval: "monthly"
7-
- package-ecosystem: "github-actions"
8-
directory: "/"
9-
schedule:
10-
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*"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "monthly"

0 commit comments

Comments
 (0)