Skip to content

build(deps-dev): bump the minor group with 2 updates #2492

build(deps-dev): bump the minor group with 2 updates

build(deps-dev): bump the minor group with 2 updates #2492

Workflow file for this run

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
if: github.actor == 'dependabot[bot]' && !contains(github.head_ref, 'dependabot/npm_and_yarn/swipl-wasm-')
steps:
- uses: actions/checkout@v4
- run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
env:
GH_TOKEN: ${{ github.token }}