Skip to content

chore(deps-dev): bump jest from 29.6.4 to 29.7.0 #1092

chore(deps-dev): bump jest from 29.6.4 to 29.7.0

chore(deps-dev): bump jest from 29.6.4 to 29.7.0 #1092

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
# Don't automerge swipl-wasm (for now) as we want a new release to
# be cut with each new version
if: ${{ ! contains(github.head_ref, 'dependabot/npm_and_yarn/swipl-wasm-') }}
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
github-token: ${{ secrets.GH_TOKEN }}
allowed-author: "dependabot[bot]"
merge-method: SQUASH