Skip to content

Commit

Permalink
[infra] Fix renovate ESLInt group config (mui#14577)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored and Arthur Balduini committed Sep 30, 2024
1 parent bdf48b3 commit b830bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
{
"groupName": "ESLint plugins",
"matchPackagePatterns": ["eslint-plugin-*", "!eslint-plugin-react-compiler"]
"matchPackageNames": ["eslint-plugin-*", "!eslint-plugin-react-compiler"]
},
{
"groupName": "@types/node",
Expand Down

0 comments on commit b830bf8

Please sign in to comment.