diff options
| author | ST-DDT <[email protected]> | 2024-08-13 20:27:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-13 20:27:40 +0200 |
| commit | 8e22b630c79b77c94ce7c3a67556eeb0237ffd34 (patch) | |
| tree | 1971bb2799f372453afb6de1a3b721aad2a2123b /.github | |
| parent | bb1a73ca3a0ac3b3cf7a0ec25740bf6e872887ae (diff) | |
| download | faker-8e22b630c79b77c94ce7c3a67556eeb0237ffd34.tar.xz faker-8e22b630c79b77c94ce7c3a67556eeb0237ffd34.zip | |
infra: update renovate's eslint group (#3051)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/renovate.json5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2c1b82f4..3ec71838 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -36,9 +36,10 @@ { "groupName": "eslint", "matchPackagePrefixes": [ - "@typescript-eslint/", "@eslint-types/", - "eslint" + "@eslint/", + "eslint", + "typescript-eslint" ] }, { |
