Skip to content

chore: bump @commitlint/cli from 17.0.3 to 19.0.1 #89

chore: bump @commitlint/cli from 17.0.3 to 19.0.1

chore: bump @commitlint/cli from 17.0.3 to 19.0.1 #89

Workflow file for this run

name: auto-merge dependabot
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor # includes patch updates!
github-token: ${{ secrets.GITHUB_TOKEN }}