From 2b81de4d9aa143a2823fda508f3f109e991de594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:51:16 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from 2.10.124 to 2.10.131 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.124 to 2.10.131. - [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/f96a67511b4be051e77760230e6a3fb9cb7b1903...a3b9ffd551d69f9f4375a87e9fa56235a0749518) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-version: 2.10.131 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 2b26959c..c984ce77 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@f96a67511b4be051e77760230e6a3fb9cb7b1903 # v2.10.124 + uses: ridedott/merge-me-action@a3b9ffd551d69f9f4375a87e9fa56235a0749518 # v2.10.131 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}