diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..ff3ff1b --- /dev/null +++ b/renovate.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "kubernetes": { + "fileMatch": ["\\.yaml$"] + }, + "flux": { + "fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"] + }, + "prHourlyLimit": 9 +}