Skip to content

Commit a28a527

Browse files
authored
Dependabot changes (#129)
1 parent 84fba7c commit a28a527

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ updates:
77
groups:
88
dependencies:
99
patterns:
10-
- "*" # update all the dependencies at once
10+
- "*"
11+
exclude-patterns:
12+
- "wasm-bindgen" # This requires updates to CI/flake
13+
- "rand*"
1114
- package-ecosystem: "github-actions"
1215
directory: "/"
1316
schedule:

0 commit comments

Comments
 (0)