From 3d827565a8c763bd615f29af3fb51c96b0254e6c Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 11 Sep 2024 14:02:24 +0300 Subject: [PATCH] Code review: Try pattern combination --- renovate.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/renovate.json b/renovate.json index aafed0e42d07..a0ec49ff22f8 100644 --- a/renovate.json +++ b/renovate.json @@ -55,17 +55,7 @@ }, { "groupName": "ESLint plugins", - "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" - ] + "matchPackagePatterns": ["eslint-plugin-*", "!eslint-plugin-react-compiler"] }, { "groupName": "@types/node",