Skip to content

chore(deps-dev): bump @memlab/api from 1.0.23 to 1.0.24 #1091

chore(deps-dev): bump @memlab/api from 1.0.23 to 1.0.24

chore(deps-dev): bump @memlab/api from 1.0.23 to 1.0.24 #1091

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