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",