Skip to content

Commit

Permalink
GEN-187: Improve Renovate dependency grouping (#4705)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkinsons authored Jul 12, 2024
1 parent e3c05fe commit 323e8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
{
"groupName": "Vitest npm packages",
"matchManagers": ["npm"],
"matchPackagePatterns": ["^@vitest-", "^vite-", "vitest$"],
"matchPackagePatterns": ["^@vitest/", "^vitest", "^vite-", "vitest$"],
"dependencyDashboardApproval": false
},
{
Expand All @@ -159,7 +159,7 @@
{
"groupName": "Playwright npm packages",
"matchManagers": ["npm"],
"matchPackagePatterns": ["^@playwright/", "^playwright-", "playwright$"],
"matchPackagePatterns": ["^@playwright/", "^playwright", "playwright$"],
"dependencyDashboardApproval": false,
"assignees": ["CiaranMn"]
},
Expand Down

0 comments on commit 323e8cc

Please sign in to comment.