aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-08-13 20:27:40 +0200
committerGitHub <[email protected]>2024-08-13 20:27:40 +0200
commit8e22b630c79b77c94ce7c3a67556eeb0237ffd34 (patch)
tree1971bb2799f372453afb6de1a3b721aad2a2123b /.github
parentbb1a73ca3a0ac3b3cf7a0ec25740bf6e872887ae (diff)
downloadfaker-8e22b630c79b77c94ce7c3a67556eeb0237ffd34.tar.xz
faker-8e22b630c79b77c94ce7c3a67556eeb0237ffd34.zip
infra: update renovate's eslint group (#3051)
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json55
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"
]
},
{