From 64cb23b7b3d4b40376ccfd6f76062faa0515d89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 21:13:18 +0000 Subject: [PATCH] build(deps): bump ahmadnassri/action-dependabot-auto-merge Bumps ahmadnassri/action-dependabot-auto-merge from v1.2.3 to v1.2.6. - [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases) - [Changelog](https://github.com/ahmadnassri/action-dependabot-auto-merge/blob/master/.releaserc) - [Commits](https://github.com/ahmadnassri/action-dependabot-auto-merge/compare/v1.2.3...67603) Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 2a92dd29..8a718b48 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: ahmadnassri/action-dependabot-auto-merge@v1.2.3 + - uses: ahmadnassri/action-dependabot-auto-merge@v1.2.6 with: target: minor github-token: ${{ secrets.PAT }}