Skip to content

Commit

Permalink
chore(renovate): group release-it packages
Browse files Browse the repository at this point in the history
group release-it and related packages. with the release of release-it
v18, the conventional changelog plugin needs to be updated in tandem,
as it has a peer dep on release-it. grouping them ought to fix the error
in github where renovate cannot perform the upgrade due to failed peer
deps.
  • Loading branch information
rwaskiewicz committed Jan 10, 2025
1 parent 5b48eea commit 5869561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
groupName: 'Vitest',
matchPackageNames: ['@vitest{/,}**', 'vitest{/,}**'],
},
{
groupName: 'Release It',
matchPackageNames: ['release-it', '@release-it/*'],
},
{
// auto-merge anything that's not a major version bump
matchUpdateTypes: ['minor', 'patch', 'pin', 'digest'],
Expand Down

0 comments on commit 5869561

Please sign in to comment.