Skip to content

composer(deps-dev): update rector/rector requirement from ^1.2.8 to ^1.2.9 #8

composer(deps-dev): update rector/rector requirement from ^1.2.8 to ^1.2.9

composer(deps-dev): update rector/rector requirement from ^1.2.8 to ^1.2.9 #8

Workflow file for this run

name: "Auto approve"
on:
- pull_request_target
jobs:
auto-approve:
runs-on: "ubuntu-24.04"
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
pull-requests: write
steps:
- uses: "fastify/github-action-merge-dependabot@v3"
with:
approve-only: true
github-token: ${{ secrets.GITHUB_TOKEN }}