Files
k_photoprism/renovate.json
Timo Behrendt 005844029d
All checks were successful
Validate / validate (push) Successful in 27s
bootstrap
2026-04-06 14:53:56 +02:00

11 lines
253 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:k8s",
"local>t.behrendt/renovate-configs:action"
],
"kubernetes": {
"managerFilePatterns": ["/^k8s/.*\\.yaml$/"]
}
}