Skip to content

Commit 46cf0d4

Browse files
vitest and converage need to be update in sync (#2740)
* vitest and converage need to be update in sync * Simpler with renovate.json5 --------- Co-authored-by: David Boike <[email protected]>
1 parent 262c1e2 commit 46cf0d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/renovate.json5

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
packageRules: [
3+
{
4+
matchDatasources": ["npm"],
5+
matchPackageNames: [
6+
"vitest",
7+
"@vitest/coverage-v8"
8+
],
9+
groupName: "vitest",
10+
groupSlug: "vitest-group"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)