From eefaee0a2afa7393c9a6c95a4f6b32af73f3abd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:30:49 +0000 Subject: [PATCH] Bump alexwilson/enable-github-automerge-action from 1.0.0 to 2.0.0 (#223) Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases) - [Commits](https://github.com/alexwilson/enable-github-automerge-action/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: alexwilson/enable-github-automerge-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-merge-dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-dependabot.yaml b/.github/workflows/auto-merge-dependabot.yaml index 0b2f10c..94e8cf2 100644 --- a/.github/workflows/auto-merge-dependabot.yaml +++ b/.github/workflows/auto-merge-dependabot.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Enable Github Automerge - uses: alexwilson/enable-github-automerge-action@1.0.0 + uses: alexwilson/enable-github-automerge-action@2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies') @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Approve dependabot PRs - uses: alexwilson/enable-github-automerge-action@1.0.0 + uses: alexwilson/enable-github-automerge-action@2.0.0 if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies') with: github-token: "${{ secrets.GITHUB_TOKEN }}"