[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

ci(renovate): remove `nodeMaxMemory` (#10666)

Co-authored-by: Hiroshi Ogawa <4232207+hi-ogawa@users.noreply.github.com>
Co-authored-by: OpenCode (claude-opus-4-8) <noreply@opencode.ai>

authored by

Hiroshi Ogawa
Hiroshi Ogawa
OpenCode (claude-opus-4-8)
and committed by
GitHub
(Jun 26, 2026, 8:47 AM +0200) 1761bb10 b5c61305

-7
-7
.github/renovate.json5
··· 6 6 // Align with pnpm's `minimumReleaseAge` default (1440 minutes) so Renovate does 7 7 // not propose versions that pnpm's supply-chain check would reject as too new. 8 8 "minimumReleaseAge": "1 day", 9 - // Cap Node memory for package-manager (pnpm) commands to avoid Mend-hosted 10 - // `kernel-out-of-memory` job failures. Free plan has a 3GB limit; leave 11 - // headroom for Renovate itself. 12 - // https://github.com/renovatebot/renovate/discussions/40942#discussioncomment-16011497 13 - "toolSettings": { 14 - "nodeMaxMemory": 1024 15 - }, 16 9 "packageRules": [ 17 10 { 18 11 "groupName": "Eslint packages",