Skip to content

Commit b23ef61

Browse files
authored
Dependabot changes (#224)
1 parent 286a690 commit b23ef61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ updates:
77
groups:
88
dependencies:
99
patterns:
10-
- "*" # update all the dependencies at once
10+
- "*"
11+
exclude-patterns:
12+
# These will get their own PRs
13+
- "rand*"
14+
- "uniffi*"
1115
- package-ecosystem: "github-actions"
1216
directory: "/"
1317
schedule:

0 commit comments

Comments
 (0)