Skip to content
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

add automation for keeping protoc and googleapis up to date #492

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

bobcallaway
Copy link
Member

This creates automation to keep protoc and googleapis up to date.

It configures dependabot to watch homebrew's build of protoc (via ghcr.io containers) to be notified of a new version being published (since that repo doesn't publish releases into any package manager).

The dependabot PR to bump the container reference will have a label added, which triggers a separate workflow to amend the PR with the correct changes to protoc-builder/versions.mk.

In addition, there's a monthly cron workflow that will fetch the latest commit hash from the https://github.com/googleapis/googleapis repo and update protoc-builder/versions.mk with it. This upstream repo doesn't use tags or cut releases at all.

cpanato
cpanato previously approved these changes Jan 16, 2025
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

looks good

some non blocking

.github/workflows/googleapis-update.yml Show resolved Hide resolved
.github/workflows/protobuf-update.yml Show resolved Hide resolved
Signed-off-by: Bob Callaway <[email protected]>
@bobcallaway bobcallaway dismissed stale reviews from haydentherapper and cpanato via fef4a84 January 16, 2025 22:23
Signed-off-by: Bob Callaway <[email protected]>
@bobcallaway bobcallaway merged commit 08794b3 into sigstore:main Jan 17, 2025
3 checks passed
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.

4 participants