From 5a8730afe4f43feb17688efdba106b97a1851874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:38:51 +0200 Subject: chore(config): migrate renovate config (#3040) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 --- .github/renovate.json5 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3ec71838..664a023e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -35,16 +35,17 @@ }, { "groupName": "eslint", - "matchPackagePrefixes": [ - "@eslint-types/", - "@eslint/", + "matchPackageNames": [ + "@eslint-types/**", + "@eslint/**", "eslint", + "eslint-**", "typescript-eslint" ] }, { "groupName": "vitest", - "matchPackagePrefixes": ["@vitest/", "vitest"] + "matchPackageNames": ["@vitest/**", "vitest"] }, { "groupName": "prettier", -- cgit v1.2.3