sync
Some checks failed
CI / build (pull_request) Failing after 31s

This commit is contained in:
2025-10-08 15:36:27 +02:00
parent b96346c43b
commit a1ef75fcea
8 changed files with 126 additions and 2 deletions

View File

@@ -1,3 +1,30 @@
# renovate-configs
# Renovate configs
Reusable renovate config for T00N
Reusable renovate configs, covering a number of use cases and opinionated "best practices".
Usage:
Your renovate.json
```json
{
"extends": [
"local>t.behrendt/renovate-configs:helm#1.0.0",
"local>t.behrendt/renovate-configs:k8s#1.0.0"
]
}
```
## Common
Sets defaults such as the dependency dashboard.
## k8s
Keeps OCI image references for k8s deployments up-to-date. Requires the k8s manifests to be in the "./k8s" directory.
## Helm
Keeps the chart itself up-to-date as well as image references in chart values.
Requires values to be in the "./values" directory. Supports both yaml and yaml.gotmpl for secrets.
## Action