From bb4ad8466d78ef8448ebc50eb2f114abc3ba05e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:41:06 +0000 Subject: [PATCH] ci(deps): bump ridedott/merge-me-action in the non-major group Bumps the non-major group with 1 update: [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action). Updates `ridedott/merge-me-action` from 2.10.111 to 2.10.112 - [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.111...v2.10.112) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index c792d816..98cd3914 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: "Auto-Merge" if: "${{ github.event.workflow_run.conclusion == 'success' }}" - uses: "ridedott/merge-me-action@v2.10.111" + uses: "ridedott/merge-me-action@v2.10.112" with: GITHUB_TOKEN: "${{ secrets.LCTRS_BOT_TOKEN }}" MERGE_METHOD: "MERGE"