From 97df17fc8c3bb75cddd1c86ea51716ad42457e1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 16:12:37 +0000 Subject: [PATCH 1/2] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7112beb26..163cd8e9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: - name: Run Playwright tests run: pnpm test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: playwright-report From 6c5f2b93ae6ae9a4bc879fca89625001fa956625 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Jul 2026 11:17:34 +0000 Subject: [PATCH 2/2] chore: add automerge for github-actions renovate updates --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index a73b51d10..b91cbaa0b 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "extends": [ "config:base" ], + "rebaseWhen": "behind-base-branch", "rangeStrategy": "bump", "packageRules": [ { @@ -18,6 +19,13 @@ "semantic-release-version-mirror/package.json" ], "automerge": true + }, + { + "matchManagers": [ + "github-actions" + ], + "automerge": true, + "automergeType": "pr" } ] }