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