Add self-hosted Renovate for automated image bump PRs#24
Open
emersonian wants to merge 1 commit into
Open
Conversation
Renovate scans the Helm chart values.yaml (helm-values manager) and docker/compose.*.yaml (docker-compose manager) and opens PRs when newer tags are published for zfnd/zebra, electriccoinco/zcashd, electriccoinco/lightwalletd, and the other tracked images. Runs self-hosted via .github/workflows/renovate.yml on an hourly cron, using a RENOVATE_TOKEN repo secret (PAT with repo + workflow scopes). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds self-hosted Renovate so the repo automatically opens PRs when newer Docker tags are published for our images.
renovate.json— config (validated with Renovate's officialrenovate-config-validator)..github/workflows/renovate.yml— runs Renovate on an hourly cron + manualworkflow_dispatch.What it tracks (via built-in managers, no fragile regex)
helm-valuesmanager →charts/zcash-stack/values.yaml:zfnd/zebra,electriccoinco/zcashd,electriccoinco/lightwalletd,emersonian/zcash-explorer,emersonian/zcash-zaino,osminogin/tor-simple.docker-composemanager →docker/compose.*.yamlimage refs.The three core node images (
zebra/zcashd/lightwalletd) are grouped into one PR. Images pinned to:latest(busybox init containers, etc.) are intentionally left alone.repo+workflowscopes — or fine-grained with Contents/Pull requests/Workflows: RW on this repo).RENOVATE_TOKEN(Settings → Secrets and variables → Actions).Without the secret the workflow runs but can't open PRs.
🤖 Generated with Claude Code