Skip to content

Commit 7ee2719

Browse files
Migrate renovate config (#5091)
* Migrate config .github/renovate.json5 * Update .github/renovate.json5 --------- Co-authored-by: Olga Bulat <obulat@gmail.com>
1 parent 4315378 commit 7ee2719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
},
5757
{
5858
groupName: "tailwind",
59-
matchPackagePatterns: ["tailwindcss"],
59+
matchPackageNames: ["/tailwindcss/"],
6060
},
6161
{
6262
groupName: "@testing-library",
63-
matchPackagePrefixes: ["@testing-library"],
63+
matchPackageNames: ["@testing-library{/,}**"],
6464
},
6565
],
6666
}

0 commit comments

Comments
 (0)