From 0c21eddc4a545d02c3f3613af0b772797eaa909b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 01:11:30 +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.2.0. - [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.2.0) --- 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..a6798ec 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.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} target: minor - - uses: fastify/github-action-merge-dependabot@v3.0.2 + - uses: fastify/github-action-merge-dependabot@v3.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} target: patch