From 93c04627884b0b641a1ad3e2af7dc09ea8d53a63 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 29 Mar 2024 13:02:19 +0100 Subject: [PATCH] fix: check flux files --- config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.js b/config.js index d3f8493..10a45f8 100644 --- a/config.js +++ b/config.js @@ -28,6 +28,12 @@ module.exports = { "password": process.env.RENOVATE_TOKEN } ], + "flux": { + "fileMatch": [ + "release.*\\.yaml$", + "kustomization.*\\.yaml$" + ] + }, "customManagers": [{ "customType": "regex", "datasourceTemplate": "docker",