ci: add renovate action#61
Merged
Merged
Conversation
manu-hoffmann
approved these changes
Jul 30, 2025
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.
This pull request introduces extensive updates to the repository, primarily focusing on enabling and configuring Renovate for dependency management and simplifying image repository structures across the infrastructure files. Key changes include adding Renovate configuration and workflow files, updating image repository paths, and streamlining Helm template logic.
Renovate Integration:
.github/renovate.jsonto configure Renovate with rules for dependency updates, grouping, automerging, and labeling. Custom managers and host rules for Helm charts and Docker images were also defined..github/workflows/renovate.ymlto schedule and manually trigger Renovate runs using a GitHub Actions workflow.Image Repository Updates:
infrastructure/rag/values.yamlforbackend,frontend,adminBackend,adminFrontend, andextractorto use more specific paths (e.g.,ghcr.io/stackitcloud/rag-template/backend). [1] [2] [3] [4] [5]backendimage repository ininfrastructure/README.mdto match the new path.Helm Template Simplification:
_admin_backend_and_extractor_helpers.tpl,_admin_frontend_helpers.tpl,_backend_helpers.tpl,_frontend_helpers.tpl) by removing thenamefield from image definitions and adjusting theprintflogic to construct the image name directly fromrepositoryandtag. [1] [2] [3] [4]