Skip to content

chore: bump @commitlint/cli from 17.0.3 to 18.6.0 #74

chore: bump @commitlint/cli from 17.0.3 to 18.6.0

chore: bump @commitlint/cli from 17.0.3 to 18.6.0 #74

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