diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-08-14 10:38:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-14 10:38:51 +0200 |
| commit | 5a8730afe4f43feb17688efdba106b97a1851874 (patch) | |
| tree | 9ee7300bb7267e70762cec310f37f3dfe0c523c5 | |
| parent | 8e22b630c79b77c94ce7c3a67556eeb0237ffd34 (diff) | |
| download | faker-5a8730afe4f43feb17688efdba106b97a1851874.tar.xz faker-5a8730afe4f43feb17688efdba106b97a1851874.zip | |
chore(config): migrate renovate config (#3040)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <[email protected]>
| -rw-r--r-- | .github/renovate.json5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3ec71838..664a023e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -35,16 +35,17 @@ }, { "groupName": "eslint", - "matchPackagePrefixes": [ - "@eslint-types/", - "@eslint/", + "matchPackageNames": [ + "@eslint-types/**", + "@eslint/**", "eslint", + "eslint-**", "typescript-eslint" ] }, { "groupName": "vitest", - "matchPackagePrefixes": ["@vitest/", "vitest"] + "matchPackageNames": ["@vitest/**", "vitest"] }, { "groupName": "prettier", |
