chore: set nodeMaxMemory to 4096 in renovate configuration (#17437)

This commit is contained in:
おさむのひと 2026-05-19 22:25:30 +09:00 committed by GitHub
commit 2fe60e6429
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,9 @@
extends: [ extends: [
'config:recommended', 'config:recommended',
], ],
toolSettings: {
nodeMaxMemory: 4096,
},
timezone: 'Asia/Tokyo', timezone: 'Asia/Tokyo',
schedule: [ schedule: [
'* 0 * * *', '* 0 * * *',