Skip to content

Commit 523d3ed

Browse files
authored
chore(deps): group grpc dependabot groups (#3821)
* https://github.com/linkerd/linkerd2/blob/main/.github/dependabot.yml#L81-L86 * #3809 * linkerd/linkerd2-proxy-api#455 (comment) tonic and prost are interconnected. we should bump them in lockstep. Signed-off-by: katelyn martin <[email protected]>
1 parent e0c4d42 commit 523d3ed

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ updates:
2525
futures:
2626
patterns:
2727
- "futures*"
28+
grpc:
29+
patterns:
30+
- "prost*"
31+
- "tonic*"
2832
hickory:
2933
patterns:
3034
- "hickory*"
@@ -34,17 +38,11 @@ updates:
3438
opentelemetry:
3539
patterns:
3640
- "opentelemetry*"
37-
prost:
38-
patterns:
39-
- "prost*"
4041
rustls:
4142
patterns:
4243
- "tokio-rustls"
4344
- "rustls*"
4445
- "ring"
45-
tonic:
46-
patterns:
47-
- "tonic*"
4846
tracing:
4947
patterns:
5048
- "tracing*"

0 commit comments

Comments
 (0)