From cd1c7bba482bbce3e726f4993cce276d672c4b53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:05:51 +0000 Subject: [PATCH] chore: update pkgdeps/automerge-gate action to v5 --- .github/workflows/automerge-gate.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge-gate.yaml b/.github/workflows/automerge-gate.yaml index 485962a..0ca00cc 100644 --- a/.github/workflows/automerge-gate.yaml +++ b/.github/workflows/automerge-gate.yaml @@ -29,9 +29,11 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: pkgdeps/automerge-gate@1b731ae7137b3b0c37c09bd40df73b2a34a5abaa # v4.1.0 + - uses: pkgdeps/automerge-gate@fe5d7cd2fc17778dc42f6916f9d9990cb259ad01 # v5.0.0 with: gate-mode: 'public' ignore-checks: | - dogfood - publish + [ + { "name": "dogfood" }, + { "name": "publish" } + ]