From 25d16f8518627e39afee46deb338c18cdd301eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 06:57:33 +0000 Subject: [PATCH] chore(deps): bump ridedott/merge-me-action from 2.10.142 to 2.10.147 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.142 to 2.10.147. - [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/v2.10.142...v2.10.147) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-version: 2.10.147 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-me.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-me.yml b/.github/workflows/merge-me.yml index eaaf189..4c1a912 100644 --- a/.github/workflows/merge-me.yml +++ b/.github/workflows/merge-me.yml @@ -16,7 +16,7 @@ jobs: steps: - name: "Auto-merge" if: ${{ github.event.workflow_run.conclusion == 'success' }} - uses: "ridedott/merge-me-action@v2.10.142" + uses: "ridedott/merge-me-action@v2.10.147" with: # This must be used as GitHub Actions token does not support pushing # to protected branches.