Skip to content

Commit

Permalink
chore: configure renovate to group vite packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Jul 26, 2022
1 parent 209aaf9 commit 957c219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Expand Up @@ -6,6 +6,11 @@
// auto-merge if build is OK
"automerge": true,
"packageRules": [
// group vite packages update
{
groupName: 'vite',
matchPackagePrefixes: ['@vitejs/', 'vite'],
},
// group all minor dependencies, once a week
{
"matchPackagePatterns": ["*"],
Expand Down

0 comments on commit 957c219

Please sign in to comment.