Skip to content

Commit

Permalink
chore(repo): group rollup dependencies
Browse files Browse the repository at this point in the history
add a groupName to the rollup dependencies to see if that properly
creates PRs
  • Loading branch information
rwaskiewicz committed Oct 9, 2023
1 parent eeb7bdd commit 03ea5ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
},
{
matchPackageNames: ['rollup'],
matchPackagePrefixes: ['@rollup']
matchPackagePrefixes: ['@rollup'],
groupName: 'rollup,'
}
],
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
Expand Down

0 comments on commit 03ea5ac

Please sign in to comment.