From 305cceac677e302ae10cc866e4472a0065bf0b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 00:42:49 +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.2.0 to 3.6.1. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.2.0...v3.6.1) --- 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 a6798ec..3658a01 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.2.0 + - uses: fastify/github-action-merge-dependabot@v3.6.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} target: minor - - uses: fastify/github-action-merge-dependabot@v3.2.0 + - uses: fastify/github-action-merge-dependabot@v3.6.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} target: patch