Skip to content

Commit 9d46aa4

Browse files
authored
Merge 278a954 into 60a2c71
2 parents 60a2c71 + 278a954 commit 9d46aa4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>Boshen/renovate"]
3+
"extends": ["github>Boshen/renovate"],
4+
"packageRules": [
5+
{
6+
"description": "Group all Vite+ packages into a single PR; they are published together at the same version. 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.",
7+
"groupName": "vite+",
8+
"matchPackageNames": ["vite-plus", "@voidzero-dev/vite-plus-*"],
9+
"minimumReleaseAge": "0 days",
10+
"schedule": ["at any time"]
11+
}
12+
]
413
}

0 commit comments

Comments
 (0)