ci: add renovate config#98
Merged
Merged
Conversation
Piotr1215
approved these changes
Jun 8, 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.
Closes DEVOPS-969
Summary
Justfile.validate-renovateCI caller workflow so config edits are validated on every PR.Coverage
go.modrequires (26 deps incl.godirective,k8s.io/*,sigs.k8s.io/*, stripe-go, x/*, protobuf)gomod(+gomodTidy).github/workflows/*.yamluses:actions (checkout, setup-go, golangci-lint-action) + the new validate-renovate pingithub-actions(digests pinned viahelpers:pinGitHubActionDigests)go-version: "1.22"ingo.ymlsetup-go stepgithub-actions(native go-version detection)go run k8s.io/code-generator/cmd/deepcopy-gen@v0.28.1inJustfilego)go run k8s.io/kube-openapi/cmd/openapi-gen@v0.0.0-...inJustfilego)The two
Justfiletool pins use depNamesk8s.io/code-generatorandk8s.io/kube-openapi, so they group underk8s-go-depsalongside the matching go.mod entries.Deliberately not managed
go run github.com/dkorunic/betteralign/cmd/betteralign@latest(Justfile) — pinned to@latest, not a fixed version, so there is nothing for Renovate to bump. Left as-is.replacedirectives, novendor/, no Dockerfiles, no Terraform, no Helm charts, no.tool-versions, no proto/buf toolchain, nodependabot.yml— none exist in this repo, so no managers or removals were needed.Test plan
renovate-config-validator renovate.json— passed ("Config validated successfully").remodule against the real files — eachmatchStringmatches exactly once:v0.28.1)v0.0.0-20260127142750-a19766b6e2d4)LOG_LEVEL=debug renovate --platform=local --dry-run=extract— 7 package files found across managers:github-actions(4 workflow files, incl. go-version + validate-renovate digest),gomod(go.mod, 26 deps),regex(2 Justfile tool pins). Every ecosystem from the inventory is covered.actionlinton the new workflow — 0 findings.zizmoron the new workflow — 0 findings (reusable workflow pinned to SHAb52efbd927586ea78282073f79d2423e552c9f62forvalidate-renovate/v1).Post-merge checklist
security-labeled PRs (bypass the weekly schedule).