From da9a5370655e579bf8875c8a7c2db13a59861cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20=22Kang=22=20P=C3=A9rez?= Date: Fri, 17 May 2024 11:20:32 +0200 Subject: [PATCH] [super-agent] Disable flux on renovatebot (#1368) #### Is this a new chart No #### What this PR does / why we need it: My mail is being flooded by flux upgrades because the PR of the upgrade is not being merged. We do not want to merge it (yet) and we will upgrade flux if it is needed. If we remove the PR from renovate we remove also the possibility of merging it by mistake. #### Checklist - [ ] Chart Version bumped - [ ] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`) --- .github/renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4458948eb..75852a046 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,6 +47,14 @@ "patch" ], "enabled": true + }, + { + // Disable Flux for now. + "matchPackageNames": [ + "flux", + "flux2", + ], + "enabled": false } ], "customManagers": [