Skip to content

Commit f443226

Browse files
authored
Add crypto group to dependabot config (RustPython#7304)
1 parent d0b5a5a commit f443226

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ updates:
99
criterion:
1010
patterns:
1111
- "criterion*"
12+
crypto:
13+
patterns:
14+
- "digest"
15+
- "md-5"
16+
- "sha-1"
17+
- "sha2"
18+
- "sha3"
19+
- "blake2"
20+
- "hmac"
21+
- "pbkdf2"
1222
futures:
1323
patterns:
1424
- "futures*"

0 commit comments

Comments
 (0)