renovate: bootstrap runner_image_tag auto-bump pipeline#637
Open
jeanschmidt wants to merge 2 commits into
Open
renovate: bootstrap runner_image_tag auto-bump pipeline#637jeanschmidt wants to merge 2 commits into
jeanschmidt wants to merge 2 commits into
Conversation
This was referenced May 27, 2026
tofu plan — arc-cbr-production✅ Plan succeeded · commit Plan output |
tofu plan — arc-cbr-production-uw1✅ Plan succeeded · commit Plan output |
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.
Stack from ghstack (oldest at bottom):
Impact: OSDC clusters.yaml + new Renovate workflow
Risk: low
What
Bootstraps Renovate for OSDC. Adds a
renovate.jsonconfig that detectsthe runner image tag pinned in
osdc/clusters.yaml, a scheduled GitHubActions workflow that runs Renovate, and a
renovate: keep markercomment on the defaults'
runner_image_tagline so the regex matchesonly the defaults (not per-cluster overrides).
Why
We pin
ghcr.io/actions/actions-runnerand want patch/minor bumps toflow through automatically with a normal PR review path — instead of
relying on manual sweeps.
How
osdc/renovate.json: docker datasource targeting the marker line,with strict regex extraction so per-cluster overrides stay untouched.
.github/workflows/osdc-renovate.yml: scheduled (and manuallydispatchable) workflow that runs Renovate. Opens PRs only; auto-merge
/ auto-deploy are wired up in subsequent commits.
osdc/clusters.yaml: adds the marker comment on the defaults line.Changes
osdc/renovate.json: new..github/workflows/osdc-renovate.yml: new.osdc/clusters.yaml: 1 comment + 1 line reflow on the defaults entry.Notes
This commit only opens Renovate PRs. The auto-approve and auto-deploy
workflows land in later commits in this stack.
Testing
osdc-renovate.ymlonce landed; confirm a PR isopened if a newer
actions/actions-runnertag exists upstream.Signed-off-by: Jean Schmidt contato@jschmidt.me