From 2fe60e64291ecf50d6f2caf6790dc182ff69cc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8A=E3=81=95=E3=82=80=E3=81=AE=E3=81=B2=E3=81=A8?= <46447427+samunohito@users.noreply.github.com> Date: Tue, 19 May 2026 22:25:30 +0900 Subject: [PATCH] chore: set nodeMaxMemory to 4096 in renovate configuration (#17437) --- renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 0b0f9e1ac9..e5ee568d8e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,6 +3,9 @@ extends: [ 'config:recommended', ], + toolSettings: { + nodeMaxMemory: 4096, + }, timezone: 'Asia/Tokyo', schedule: [ '* 0 * * *',