From 4cc41d218c3f25a87aa09528ba79a319665d9b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 07:27:10 +0000 Subject: [PATCH] ci(action): bump ahmadnassri/action-dependabot-auto-merge Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from v2.2.0 to v2.2.1. - [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/v2.2.0...0c7639f1d43a83101ab64876ebd5c4e333060794) 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 2fd89de7..6924c179 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.3 - - uses: ahmadnassri/action-dependabot-auto-merge@v2.2.0 + - uses: ahmadnassri/action-dependabot-auto-merge@v2.2.1 with: target: minor github-token: ${{ secrets.PAT }}