mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Add crypto group to dependabot config (#7304)
This commit is contained in:
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -9,6 +9,16 @@ updates:
|
||||
criterion:
|
||||
patterns:
|
||||
- "criterion*"
|
||||
crypto:
|
||||
patterns:
|
||||
- "digest"
|
||||
- "md-5"
|
||||
- "sha-1"
|
||||
- "sha2"
|
||||
- "sha3"
|
||||
- "blake2"
|
||||
- "hmac"
|
||||
- "pbkdf2"
|
||||
futures:
|
||||
patterns:
|
||||
- "futures*"
|
||||
|
||||
Reference in New Issue
Block a user