diff --git a/renovate.json b/renovate.json index ff3ff1b..f5f3595 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "kubernetes": { - "fileMatch": ["\\.yaml$"] + "fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"] }, "flux": { - "fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"] + "fileMatch": [ + "infra/.+\\.yaml$", + "apps/.+\\.yaml$", + "gotk-components\\.ya?ml$" + ] }, "prHourlyLimit": 9 }