All checks were successful
continuous-integration/drone/push Build is passing
- Add testTimeout: 10000 to vitest config (DatePicker test flakiness in CI) - Group vitest and @vitest/coverage-v8 in Renovate to avoid split updates
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "vitest",
|
|
"matchPackageNames": ["vitest", "@vitest/coverage-v8"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
]
|
|
}
|