Skip to content

Commit

Permalink
deps: renovate: bundle playwright deps (#17364)
Browse files Browse the repository at this point in the history
## Description

Bundle dependencies in renovate config, because playwright node
dependency and playwright docker image need to be updated together to
avoid test failures, see: #17016,
#17249
  • Loading branch information
pedesen committed Apr 8, 2024
2 parents f640eb4 + 86dfd7c commit 70079d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
{
"matchFileNames": ["operate.Dockerfile"],
"enabled": false
},
{
"matchPackagePatterns": ["@playwright/test", "mcr.microsoft.com/playwright"],
"groupName": "playwright"
}
],
"dockerfile": {
Expand Down

0 comments on commit 70079d1

Please sign in to comment.