ci: add workflow to auto-bump viam-cpp-sdk#44
Open
Ethan (stuqdog) wants to merge 1 commit into
Open
Conversation
Adds .github/workflows/bump-viam-cpp-sdk.yml, a daily scheduled workflow that opens a PR bumping the viam-cpp-sdk conan pin whenever a newer SDK release is published. Dependabot has no conan ecosystem, so the bump is done explicitly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
martha-johnston
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.github/workflows/bump-viam-cpp-sdk.yml— a daily scheduled workflow (plusworkflow_dispatch) that opens/updates a PR bumping theviam-cpp-sdkconan pin inconanfile.pywhenever a newer SDK release is published on viamrobotics/viam-cpp-sdk.Why a custom workflow rather than Dependabot: the SDK is pinned via conan, which Dependabot has no ecosystem for.
conanfile.py.conan.lockvia conan if the repo has one (realsense does; the#recipe-revisionhash means a plain text replace is not enough).GIT_ACCESS_TOKENbot secret (same oneviam-python-sdk'supdate_protosuses) so the bump PR actually triggers CI.Opened as a draft for review.
🤖 Generated with Claude Code