Skip to content

chore(deps): add prost and tonic dependabot groups #455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cratelyn
Copy link
Contributor

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
Contributor 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
Contributor 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