fix(techdocs-builder): annotate every stage base so Renovate can see them #115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/techdocs-builder-annotate-stages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The node and python stages sat on alpine3.20 digests while the final stage moved to alpine 3.23 — three Alpine minors of drift inside one Dockerfile, because the digests were pinned without annotations and nothing was watching them. Java 11 on Jammy in the plantuml stage is the oldest surface in the repo (ADR-0006 calls it out by name).
Digests unchanged: annotating is not upgrading. Renovate (with #106's digest-aware manager) now proposes the catch-up bumps as reviewable PRs, which is where a lineage move belongs — behind the build-check, one at a time. Also drops a stale 'trigger a release' scratch comment.
Generated with Claude Code