chore(ci)(deps): bump the github-actions group with 3 updates

Bumps the github-actions group with 3 updates: [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action), [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) and [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action).


Updates `hmarr/auto-approve-action` from 3 to 4
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v3...v4)

Updates `lewagon/wait-on-check-action` from 1.3.1 to 1.3.4
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.3.1...v1.3.4)

Updates `pascalgn/automerge-action` from 0.15.6 to 0.16.4
- [Release notes](https://github.com/pascalgn/automerge-action/releases)
- [Commits](https://github.com/pascalgn/automerge-action/compare/v0.15.6...v0.16.4)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: lewagon/wait-on-check-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: pascalgn/automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-08 16:37:21 +00:00 committed by GitHub
parent 260697798f
commit 63d04e2c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,12 +14,12 @@ jobs:
contents: write
steps:
- name: Auto-approve Dependabot PRs
uses: hmarr/auto-approve-action@v3
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Wait for tests to succeed
uses: lewagon/wait-on-check-action@v1.3.1
uses: lewagon/wait-on-check-action@v1.3.4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
check-name: 'test' # Имя джоба из вашего test.yml
@ -28,7 +28,7 @@ jobs:
- name: Auto-merge Dependabot PRs
if: success()
uses: pascalgn/automerge-action@v0.15.6
uses: pascalgn/automerge-action@v0.16.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: "squash"