[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.

chore: set renovate minimumReleaseAge to align with pnpm (#10632)

Co-authored-by: Hiroshi Ogawa <4232207+hi-ogawa@users.noreply.github.com>

authored by

Hiroshi Ogawa
Hiroshi Ogawa
and committed by
GitHub
(Jun 22, 2026, 9:20 AM +0100) 3f60d089 29c364d5

+3
+3
.github/renovate.json5
··· 3 3 "extends": ["config:recommended", "schedule:weekly", "group:allNonMajor"], 4 4 "labels": ["dependencies"], 5 5 "rangeStrategy": "bump", 6 + // Align with pnpm's `minimumReleaseAge` default (1440 minutes) so Renovate does 7 + // not propose versions that pnpm's supply-chain check would reject as too new. 8 + "minimumReleaseAge": "1 day", 6 9 "packageRules": [ 7 10 { 8 11 "groupName": "Eslint packages",