Files
renovate-configs/k8s.json
Timo Behrendt acea8461af
All checks were successful
CD / Release (push) Successful in 25s
chore: remove k8s file matcher (#10)
We are moving all file matchers and matcher patterns into the implementing repos, as the path differs for most users.

Reviewed-on: #10
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-15 19:51:57 +02:00

8 lines
143 B
JSON

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