From 75982e87e12853f3ae730868ca29f4e5e6d0a28f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 30 Jun 2026 11:49:57 +0100 Subject: [PATCH] Attempt to workaround Renovate out of memory issue (#34027) --- .github/renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9439292139..aea189ac6c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -46,5 +46,12 @@ "datasourceTemplate": "npm", "depTypeTemplate": "hak" } - ] + ], + "toolSettings": { + "nodeMaxMemory": 2048 + }, + "env": { + "PNPM_MAX_WORKERS": "2", + "PNPM_WORKERS": "2" + } }