Skip to content

composer(deps): update monolog/monolog requirement from ^3.7.0 to ^3.8.0 #7

composer(deps): update monolog/monolog requirement from ^3.7.0 to ^3.8.0

composer(deps): update monolog/monolog requirement from ^3.7.0 to ^3.8.0 #7

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 }}