Initial commit

This commit is contained in:
2026-04-06 15:09:16 +02:00
commit a9935624e7
5 changed files with 137 additions and 0 deletions

13
renovate.json Normal file
View File

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