Files
renovate-configs/k8s.json
t.behrendt 957db57cca
All checks were successful
CD / Release (push) Successful in 15s
fix: k8s file matching (#8)
Reviewed-on: #8
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2025-10-15 11:23:42 +02:00

9 lines
190 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"enabled": true,
"managerFilePatterns": ["^k8s/*\\.yaml$"],
"labels": ["deps", "k8s"]
}
}