diff --git a/.github/renovate.json b/.github/renovate.json index a579acc..db05c7b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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": [