Skip to content

Commit

Permalink
ci: group vitest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Jan 20, 2025
1 parent d48863b commit 195c56c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"matchPaths": ["examples/**"],
"enabled": false,
"description": "Exclude examples"
},
{
"matchUpdateTypes": ["major"],
"groupName": "vitest",
"matchPackagePatterns": ["^@vitest", "^vitest"],
"description": "Vitest majors"
}
]
}

0 comments on commit 195c56c

Please sign in to comment.