diff options
| author | ST-DDT <[email protected]> | 2023-08-28 14:31:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-28 12:31:28 +0000 |
| commit | 372f055f27d2c95669fc49352831a31a9709f051 (patch) | |
| tree | 99dab3aa767d16a260569ff02569a172c6d96c2a /.github | |
| parent | 1bd3f6e68067c3dc4f1d4de57fe438bb7f05ce9a (diff) | |
| download | faker-372f055f27d2c95669fc49352831a31a9709f051.tar.xz faker-372f055f27d2c95669fc49352831a31a9709f051.zip | |
infra: update renovate config for vitest (#2330)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/renovate.json5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 601c821a..a4dfb985 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,7 +37,7 @@ }, { "groupName": "vitest", - "matchPackageNames": ["@vitest/coverage-c8", "@vitest/ui", "vitest"] + "matchPackageNames": ["@vitest/coverage-v8", "@vitest/ui", "vitest"] }, { "groupName": "prettier", |
