From 5a177937bc6b17bc53793c5e281512f866f201c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:33:48 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from 2.10.147 to 2.10.174 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.147 to 2.10.174. - [Release notes](https://github.com/ridedott/merge-me-action/releases) - [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/ridedott/merge-me-action/compare/2aa8bdda250d767ea91e423779cb9381336b3692...98f5cf6a9f7c0ebef4a253f9dffe6530e2c1bd7c) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-version: 2.10.174 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/merge_patch_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_patch_dependencies.yml b/.github/workflows/merge_patch_dependencies.yml index 08153be..1dda88a 100644 --- a/.github/workflows/merge_patch_dependencies.yml +++ b/.github/workflows/merge_patch_dependencies.yml @@ -14,6 +14,6 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve and merge Dependabot PRs for patch versions if: ${{github.event.workflow_run.conclusion == 'success' && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}} - uses: ridedott/merge-me-action@2aa8bdda250d767ea91e423779cb9381336b3692 # v2.10.147 + uses: ridedott/merge-me-action@98f5cf6a9f7c0ebef4a253f9dffe6530e2c1bd7c # v2.10.174 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}