Skip to content

build(deps): bump elliptic from 6.5.1 to 6.6.1 in /packages/searchbox/examples/voice-search #167

build(deps): bump elliptic from 6.5.1 to 6.6.1 in /packages/searchbox/examples/voice-search

build(deps): bump elliptic from 6.5.1 to 6.6.1 in /packages/searchbox/examples/voice-search #167

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