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 5e69483
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Expand Up @@ -6,10 +6,16 @@
// auto-merge if build is OK
"automerge": true,
"packageRules": [
// group vitest packages update
{
groupName: 'vitest',
matchPackagePrefixes: ['@vitest/', 'vitest']
},
// group vite packages update
{
groupName: 'vite',
matchPackagePrefixes: ['@vitejs/', 'vite'],
excludePackagePrefixes: ['vitest']
},
// group all minor dependencies, once a week
{
Expand Down

0 comments on commit 5e69483

Please sign in to comment.