Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 in /packages/searchbox/examples/search-with-rs-api #152

build(deps): bump semver from 5.7.1 to 5.7.2 in /packages/searchbox/examples/search-with-rs-api

build(deps): bump semver from 5.7.1 to 5.7.2 in /packages/searchbox/examples/search-with-rs-api #152

Workflow file for this run

name: auto-merge
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
# PRs but also ensures that it only does work for Dependabot PRs.
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}