From b0bb1f898ba2c81a315f91a0a52efbe65c02e0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 01:13:21 +0000 Subject: [PATCH] chore(deps): bump fastify/github-action-merge-dependabot Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.0.2 to 3.1.6. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.0.2...v3.1.6) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-merge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-merge.yaml b/.github/workflows/dependabot-merge.yaml index 85ecf80..2fc91a4 100644 --- a/.github/workflows/dependabot-merge.yaml +++ b/.github/workflows/dependabot-merge.yaml @@ -7,11 +7,11 @@ jobs: permissions: pull-requests: write steps: - - uses: fastify/github-action-merge-dependabot@v3.0.2 + - uses: fastify/github-action-merge-dependabot@v3.1.6 with: github-token: ${{ secrets.GITHUB_TOKEN }} target: minor - - uses: fastify/github-action-merge-dependabot@v3.0.2 + - uses: fastify/github-action-merge-dependabot@v3.1.6 with: github-token: ${{ secrets.GITHUB_TOKEN }} target: patch