diff --git a/.gitea/renovate.json5 b/.gitea/renovate.json5 index b86bab0..87d83f7 100644 --- a/.gitea/renovate.json5 +++ b/.gitea/renovate.json5 @@ -2,5 +2,14 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>phoenix/renovate-config" - ] + ], + "flux": { + "fileMatch": [".+\\.ya?ml$"] + }, + "helm-values": { + "fileMatch": [".+\\.ya?ml$"] + }, + "kubernetes": { + "fileMatch": [".+\\.ya?ml$"] + } } \ No newline at end of file