From a40a53926ac12171696da58609e9e32a3eec524c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 31 Jan 2026 17:49:20 +0800 Subject: [PATCH] feat: optimize config --- config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 85a84c1..e77528b 100644 --- a/config.js +++ b/config.js @@ -5,9 +5,11 @@ module.exports = { autodiscover: true, onboarding: false, optimizeForDisabled: true, + repositoryCache: 'enabled', prHourlyLimit: 0, automergeType: 'pr', automergeStrategy: 'squash', githubTokenWarn: false, - semanticCommits: 'enabled' + semanticCommits: 'enabled', + dockerCliOptions: '--memory=2g' } \ No newline at end of file