Skip to content

build(deps-dev): bump ex_doc from 0.30.9 to 0.31.0 #24

build(deps-dev): bump ex_doc from 0.30.9 to 0.31.0

build(deps-dev): bump ex_doc from 0.30.9 to 0.31.0 #24

Workflow file for this run

name: Automerge
on: pull_request
jobs:
auto-merge:
if: ${{ github.event_name == 'pull_request'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MYTOKEN}}