From 7ae3d1b6bf98604f98d6354e5f37f5a8d4ca9cda Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Wed, 26 Mar 2025 00:37:15 +0100 Subject: [PATCH] add flux fileMatch --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) 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$"] } }