Skip to content

chore: bump @commitlint/prompt-cli from 17.0.3 to 18.6.1 #80

chore: bump @commitlint/prompt-cli from 17.0.3 to 18.6.1

chore: bump @commitlint/prompt-cli from 17.0.3 to 18.6.1 #80

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