Skip to content

Conversation

cratelyn
Copy link
Member

this commit adds two groups to the dependabot configuration.

this will mean that dependabot updates (a) tonic and tonic-build, and (b) prost and prost-types, in lockstep.

this commit adds two groups to the dependabot configuration.

this will mean that dependabot updates (a) `tonic` and `tonic-build,`
and (b) `prost` and `prost-types`, in lockstep.

Signed-off-by: katelyn martin <[email protected]>
Comment on lines +7 to +13
groups:
prost:
patterns:
- "prost*"
tonic:
patterns:
- "tonic*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't these dependencies have to be updated together?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good question. i noticed these are not maintained as part of the same organization (see repository url's below), and we don't update these together in the proxy at the moment.

i think you're right though. prost generates code based on the tonic interfaces, so.. we should probably do the same thing as the control plane.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linkerd/linkerd2-proxy#3821 consolidates these groups together. i can do the same here, i'll mark this as a draft in the meantime.

cratelyn added a commit to linkerd/linkerd2-proxy that referenced this pull request Mar 27, 2025
@cratelyn cratelyn marked this pull request as draft March 27, 2025 21:32
olix0r pushed a commit to linkerd/linkerd2-proxy that referenced this pull request Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants