From fed514e0cf6f25ff42151e491dd8e2df71fd5400 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 26 Apr 2024 20:00:38 +0200 Subject: [PATCH] block system update --- .github/renovate.json5 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4a67513649e..6d4ee240465 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -68,6 +68,17 @@ // // helm deps // + // + // Ensure System Apps aren't automerged after many upstream fuckups + // + { + "matchDatasources": ["helm"], + "automerge": false, + "labels": ["update/helm/system"], + "groupName": ["helm system"], + "matchPaths": ["charts/system/**"], + "autoApprove": false, + }, { "matchDatasources": ["helm"], "updateTypes": ["major"],