Skip to content

Commit 8330fee

Browse files
committed
chore: align Renovate release age for the whole vite-plus group
The vite catalog entry is an npm alias for @voidzero-dev/vite-plus-core, so it matches the preset's generic npm rule (3-day minimumReleaseAge, Monday schedule) instead of the vite+ rule (0 days, any time). When both 0.2.8 packages were published together, only vite-plus was eligible, so the grouped PR bumped one catalog entry and left the alias at 0.2.7. Set minimumReleaseAge and schedule on the group rule so every @voidzero-dev/vite-plus-* package follows the same policy as vite-plus.
1 parent f1b914b commit 8330fee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"addLabels": ["needs-bundle-rebuild"]
1010
},
1111
{
12-
"description": "Group all Vite+ packages into a single PR; they are published together at the same version. vite-plus is the bundler, so its updates can change dist/ output.",
12+
"description": "Group all Vite+ packages into a single PR; they are published together at the same version. vite-plus is the bundler, so its updates can change dist/ output. minimumReleaseAge and schedule keep @voidzero-dev/vite-plus-* (the vite catalog alias) on the same policy as vite-plus; the preset's generic npm rule would otherwise hold the alias behind a 3-day age gate and a Monday schedule.",
1313
"groupName": "vite-plus",
1414
"matchPackageNames": ["vite-plus", "@voidzero-dev/vite-plus-*"],
15-
"addLabels": ["needs-bundle-rebuild"]
15+
"addLabels": ["needs-bundle-rebuild"],
16+
"minimumReleaseAge": "0 days",
17+
"schedule": ["at any time"]
1618
}
1719
],
1820
"customManagers": [

0 commit comments

Comments
 (0)