feat: make k8s paths more flexible (#9)
All checks were successful
CD / Release (push) Successful in 14s

This PR makes matching of k8s manifests more flexible.

Reviewed-on: #9
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #9.
This commit is contained in:
2025-10-15 19:44:23 +02:00
committed by t.behrendt
parent 957db57cca
commit 9b5ee7387a

View File

@@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"enabled": true,
"managerFilePatterns": ["^k8s/*\\.yaml$"],
"managerFilePatterns": ["(^|/)k8s/.*\\.ya?ml$"],
"labels": ["deps", "k8s"]
}
}