Skip to content

Commit

Permalink
chore: group vitest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Sep 5, 2022
1 parent 6f779cd commit 4128d99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Expand Up @@ -6,6 +6,12 @@
// auto-merge if build is OK
"automerge": true,
"packageRules": [
// group vitest packages update
{
groupName: 'vitest',
matchPackagePrefixes: ['@vitest/', 'vitest'],,
excludePackagePrefixes: ['vitest']
},
// group vite packages update
{
groupName: 'vite',
Expand Down

0 comments on commit 4128d99

Please sign in to comment.