Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"addLabels": ["needs-bundle-rebuild"]
},
{
"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.",
"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.",
"groupName": "vite-plus",
"matchPackageNames": ["vite-plus", "@voidzero-dev/vite-plus-*"],
"addLabels": ["needs-bundle-rebuild"]
"addLabels": ["needs-bundle-rebuild"],
"minimumReleaseAge": "0 days",
"schedule": ["at any time"]
}
],
"customManagers": [
Expand Down
Loading