From 365bcf48ce0eb2401beec2922ef38448f1458d75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:05:53 +0000 Subject: [PATCH] chore(deps): update pascalgn/automerge-action action to v0.16.0 --- test-project/.github/workflows/auto-merge.yml | 2 +- .../.github/workflows/auto-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-project/.github/workflows/auto-merge.yml b/test-project/.github/workflows/auto-merge.yml index ac0ee08..fd359ae 100644 --- a/test-project/.github/workflows/auto-merge.yml +++ b/test-project/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: github.actor == 'renovate' steps: - name: automerge - uses: pascalgn/automerge-action@v0.15.6 + uses: pascalgn/automerge-action@v0.16.0 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml index 07765c8..fda5764 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: github.actor == 'renovate' steps: - name: automerge - uses: pascalgn/automerge-action@v0.15.6 + uses: pascalgn/automerge-action@v0.16.0 env: GITHUB_TOKEN: {{ '${{ secrets.PAT_TOKEN }}' }} MERGE_METHOD: "rebase"