Skip to content

Commit

Permalink
ci: update dependabot configuration (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Oct 1, 2024
1 parent 47dcb76 commit 6484844
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ updates:
ironvnc:
patterns:
- "ironvnc*"
picky:
patterns:
- "picky*"
- "sspi*"
serde:
patterns:
- "serde*"
Expand All @@ -29,19 +25,26 @@ updates:
- "tracing*"
http:
patterns:
- "hyper*"
- "axum*"
- "tower*"
- "reqwest*"
- "*hyper*"
- "*axum*"
- "*tower*"
- "*openssl*"
- "*rustls*"
- "*schannel*"
- "native-tls"
- "base64"
- "tokio-tungstenite"
- "reqwest"
crypto:
patterns:
- "picky*"
- "sspi*"
- "md-5"
- "md5"
- "sha1"
- "pkcs1"
- "x509-cert"
- "der"
- "*tls*"
- "*rand*"
- "argon2"
- "zeroize"
Expand Down

0 comments on commit 6484844

Please sign in to comment.