Playwright - update both npm dependency and docker image for playwright #23889
Replies: 4 comments 15 replies
-
|
It's always possible to group updates together, but if the docker image isn't being updated at all then you need to solve that problem first. Look for the |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsIf you're running self-hosted, run with Insufficient logsSelect me to read instructionsIf you already gave us a log, and the Renovate team said it's not enough, then follow the instructions from the No logs at all section. Formatting your logsSelect me to read instructionsPlease put your logs in a Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
|
I'm wondering about this too. Seems the default monorepo configuration will upgrade NPM playwright and Docker playwright in separate PRs. How can these be tied together? |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This is intended as a polite, automated request that users avoid We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one. As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
We are using
playwrightlibrary for E2E test which are running on gitlab-ci which usesmcr.microsoft.com/playwrightimage. Recently renovate updated onlypackage.json("@playwright/test": "^1.37.0") but didn't touch.gitlab-ci.yml(image: mcr.microsoft.com/playwright:v1.36.0-jammy). Is it possible to update both playwright dependencies at once?Beta Was this translation helpful? Give feedback.
All reactions