From 3e76a7c408cd273a9d895b3ca7b3c6ebe0de0012 Mon Sep 17 00:00:00 2001 From: ivanch Date: Tue, 8 Sep 2026 15:34:40 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.63.0 (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | mcr.microsoft.com/playwright | minor | `v1.62.1-noble` → `v1.63.0-noble` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). --------- Co-authored-by: Renovate Bot Reviewed-on: https://git.ivanch.me/ivanch/haven/pulls/7 --- apps/default/playwright.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/default/playwright.yaml b/apps/default/playwright.yaml index 16c77ce..83e3d2d 100644 --- a/apps/default/playwright.yaml +++ b/apps/default/playwright.yaml @@ -38,7 +38,7 @@ spec: env: - name: TZ value: America/Sao_Paulo - image: mcr.microsoft.com/playwright:v1.62.1-noble + image: mcr.microsoft.com/playwright:v1.63.0-noble name: playwright ports: - containerPort: 3000