build(#282): scope Dependabot to safe updates (docker digest-only, pin protobuf/grpcio)#303
Merged
Merged
Conversation
…ly, pin protobuf/grpcio) Follow-up after the first Dependabot run proposed breaking major bumps: - docker: ignore semver-major/minor — base-image upgrades (python 3.11->3.14, ubuntu 24.04->26.04) are deliberate migrations, not security updates; keep Dependabot to digest + patch within the tag. - uv (python): ignore protobuf/grpcio majors — both are pinned to what the vendored Tari gRPC stubs assert at import time (pyproject comment); a major needs the stubs regenerated first. Closed the two offending PRs (#300 docker majors, #301 protobuf 7); #299 (action bumps) is safe. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 18, 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.
Follow-up to #282 — the first Dependabot run proposed breaking major bumps, so this scopes the config:
semver-major/semver-minor. Base-image upgrades (python:3.11-slim→3.14-slim, ubuntu:24.04→26.04) are deliberate migrations, not security updates — and would break the build (Python is pinned to 3.11 via.python-version/uv.lock+UV_PYTHON_DOWNLOADS=never). Dependabot now stays on the pinned tags and only bumps the digest/patch (the security use case).protobuf/grpciomajors — both are pinned to what the vendored Tari gRPC stubs assert at import time (see the comment inbuild/dashboard/pyproject.toml); a major bump needs the stubs regenerated first.Closed the two offending PRs (#300 docker majors, #301 protobuf 7). #299 (action bumps to v6 — aligns with RigForge) is safe and being merged separately.
🤖 Generated with Claude Code