Skip to content

Commit

Permalink
chore(renovate): add phi-ag/run-playwright to playwright group
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Nov 20, 2024
1 parent 3bde8b0 commit a204a3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Test
pnpm test
pnpm test:dev

End-to-end tests
End-to-End tests

pnpm playwright install chromium
pnpm test:e2e --project=chromium
Expand Down
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
},
{
"groupName": "playwright",
"matchPackageNames": ["mcr.microsoft.com/playwright", "@playwright/test"]
"matchPackageNames": [
"phi-ag/run-playwright",
"mcr.microsoft.com/playwright",
"@playwright/test"
]
}
]
}

0 comments on commit a204a3d

Please sign in to comment.