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{/,}**"], }, ], }