From 5cf9de79971d0ad39d8e74153b2a44744f71592a Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Wed, 26 Mar 2025 00:58:03 +0100 Subject: [PATCH] renovate improve yaml matching --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 }