Commit ddee46d
authored
chore: group all Vite+ packages on one Renovate policy (#42)
The `vite` catalog entry is an npm alias for
`@voidzero-dev/vite-plus-core`, so it falls into the preset's generic
npm-packages group (3-day `minimumReleaseAge`, Monday schedule) while
`vite-plus` follows the vite+ rule (0 days, any time). Each Vite+
release then splits across two PRs with mismatched versions: #36 bumps
`vite-plus` to 0.2.8 and leaves the alias at 0.2.1, while #37 bumps the
alias to 0.2.7 and leaves `vite-plus` at 0.2.1.
Add a repo rule so `vite-plus` and `@voidzero-dev/vite-plus-*` share the
vite+ group and the same age and schedule.
After merging, a Renovate run should fold the alias bump into #36 and
drop it from #37.1 parent 60a2c71 commit ddee46d
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
4 | 13 | | |
0 commit comments