We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c4d42 commit 523d3edCopy full SHA for 523d3ed
.github/dependabot.yml
@@ -25,6 +25,10 @@ updates:
25
futures:
26
patterns:
27
- "futures*"
28
+ grpc:
29
+ patterns:
30
+ - "prost*"
31
+ - "tonic*"
32
hickory:
33
34
- "hickory*"
@@ -34,17 +38,11 @@ updates:
38
opentelemetry:
35
39
36
40
- "opentelemetry*"
37
- prost:
- patterns:
- - "prost*"
41
rustls:
42
43
- "tokio-rustls"
44
- "rustls*"
45
- "ring"
- tonic:
46
47
- - "tonic*"
48
tracing:
49
50
- "tracing*"
0 commit comments