chore(renovate): ignore manifests/prd/** in renovate config - #222
Merged
Conversation
This was referenced Aug 13, 2026
kid
added a commit
that referenced
this pull request
Aug 14, 2026
…d nixhelm manifests/prd/** is now Renovate-ignored (#222), which means Renovate has no visibility into version pins for the new dendritic k8s app set at all — not just the openebs CSI sidecars, but every .nix-embedded version string. Adds a customManagers regex entry that tracks any `# renovate: datasource=... depName=...`-annotated pin under modules/kubernetes/**, and annotates the 7 that exist today: the 5 openebs CSI sidecar tags, plus argocd's and gateway-api-crds' fetchFromGitHub revs. Renovate PRs bumping a rev still need the paired Nix `hash` fixed by hand afterward — the hosted app can't run postUpgradeTasks to recompute it, so nix flake check will fail loudly with the correct hash until that's done. Also enables Renovate's (beta) nix manager, scoped to just the nixhelm flake input via packageRules — the only lever available for keeping nixhelm-sourced chart versions (cilium, cert-manager, coredns, openebs's driver) moving, since none of those are literal strings anywhere in this repo. Deliberately not opened up to other flake inputs (nixpkgs especially) given how much unrelated surface those could touch. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CezjyaVpC3FVPTUECp7cMR
Renovate's kubernetes/helm-values/flux managers all match any *.yaml in the repo, so it started proposing direct edits to nixidy-generated manifests (e.g. #215-#221 bumping openebs's CSI sidecar images) — those get silently reverted on the next `write-manifests` run and would trip the checks.manifests drift check if merged. Version bumps for anything under manifests/prd/** need to happen in the Nix source instead.
kid
force-pushed
the
chore/renovate-ignore-generated-manifests
branch
from
August 14, 2026 14:16
64f942b to
8bb3879
Compare
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.
Summary
Test plan
🤖 Generated with Claude Code
https://claude.ai/code/session_01CezjyaVpC3FVPTUECp7cMR