fix: k8s config to reference yaml file instead of json (#5)
All checks were successful
CD / Release (push) Successful in 12s

Ups, something got messed up during migration. k8s manifests are of course of file type yaml and not json.

Reviewed-on: #5
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 #5.
This commit is contained in:
2025-10-11 08:51:03 +02:00
committed by t.behrendt
parent bee0ee03a4
commit 1fd6dea387

View File

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