From 7ee27194c7634a8b2fc9e0eabaec6cdfccf0c423 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:47:25 -0400 Subject: [PATCH] Migrate renovate config (#5091) * Migrate config .github/renovate.json5 * Update .github/renovate.json5 --------- Co-authored-by: Olga Bulat --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a1a46451b0e..ceafe8165ae 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -56,11 +56,11 @@ }, { groupName: "tailwind", - matchPackagePatterns: ["tailwindcss"], + matchPackageNames: ["/tailwindcss/"], }, { groupName: "@testing-library", - matchPackagePrefixes: ["@testing-library"], + matchPackageNames: ["@testing-library{/,}**"], }, ], }