Skip to content

Commit

Permalink
Explicitly list relevant plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Sep 11, 2024
1 parent fe399f9 commit 1c453dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,17 @@
},
{
"groupName": "ESLint plugins",
"matchPackagePatterns": "eslint-plugin-*"
"matchPackageNames": [
"eslint-plugin-filenames",
"eslint-plugin-import",
"eslint-plugin-jsdoc",
"eslint-plugin-jsx-a11y",
"eslint-plugin-mocha",
"eslint-plugin-prettier",
"eslint-plugin-react",
"eslint-plugin-react-hooks",
"eslint-plugin-testing-library"
]
},
{
"groupName": "@types/node",
Expand Down

0 comments on commit 1c453dc

Please sign in to comment.