fix: k8s file matching (#8)
All checks were successful
CD / Release (push) Successful in 15s

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>
This commit was merged in pull request #8.
This commit is contained in:
2025-10-15 11:23:42 +02:00
committed by t.behrendt
parent 1d3e7df2fa
commit 957db57cca

View File

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