From b85bfa039e8ad7c205eddacde600f038e680d70d Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Wed, 25 Mar 2026 10:08:21 +0100 Subject: [PATCH] chore(renovate): remove github-actions manager The `github-actions` manager in MintMaker is currently broken due to the application missing the `workflows` permission in the GH token it uses. This in turn causes all other updates done via this workflow to be broken, in our case, we haven't gotten dockerfile or cargo updates over the last month. For the time being and until this issue is fixed, we are removing the `github-actions` manager from our configuration. --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 45086bc0..19351625 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -78,7 +78,8 @@ "dockerfile", "rpm-lockfile", "cargo", - "github-actions", + // TODO: Add back in after https://redhat.atlassian.net/browse/KFLUXINFRA-3234 is solved + // "github-actions", ], "packageRules": [ {