diff --git a/renovate.json b/renovate.json index 5f27dff..623bd28 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "kubernetes": { "fileMatch": ["\\.yaml$"] + }, + "flux": { + "fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"] } }