From 9a6b81ef76337da78370ac0e5495661e169aa0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:38:45 +0000 Subject: [PATCH] Bump ridedott/merge-me-action from 2.10.162 to 2.10.163 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.162 to 2.10.163. - [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/bdc1160618241c08c6c263e1fad2954773037b9b...f2b305b5ce4ac8d262d2e236d772483a295eb862) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-version: 2.10.163 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/autoMerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoMerge.yml b/.github/workflows/autoMerge.yml index 1400448..29ba36e 100644 --- a/.github/workflows/autoMerge.yml +++ b/.github/workflows/autoMerge.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Merge me! if: ${{ github.event.workflow_run.conclusion == 'success' }} - uses: ridedott/merge-me-action@bdc1160618241c08c6c263e1fad2954773037b9b + uses: ridedott/merge-me-action@f2b305b5ce4ac8d262d2e236d772483a295eb862 with: GITHUB_TOKEN: ${{ secrets.MERGE_ME_SECRET }} PRESET: DEPENDABOT_MINOR