feat: optimize config
All checks were successful
renovate / renovate (push) Successful in 2m32s

This commit is contained in:
2026-01-31 17:49:20 +08:00
parent 8b13639ec2
commit a40a53926a

View File

@@ -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'
}