Automated dependency updates. Multi-platform and multi-language.
This repository hosts Renovate’s Helm charts. Chart documentation is automatically generated using helm-docs
helm repo add renovate https://docs.renovatebot.com/helm-charts
helm repo update
Using config from a file:
helm install --generate-name --set-file renovate.config=config.json renovate/renovate
Using config from a string:
helm install --generate-name --set renovate.config='\{\"token\":\"...\"\}' renovate/renovate
NOTE: renovate.config
must be a valid Renovate self-hosted configuration