Skip to content

Bump @commitlint/config-conventional from 18.6.2 to 19.0.3 #2

Bump @commitlint/config-conventional from 18.6.2 to 19.0.3

Bump @commitlint/config-conventional from 18.6.2 to 19.0.3 #2

Workflow file for this run

name: Auto-merge dependabot PRs
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
github-token: ${{ secrets.GITHUB_TOKEN }}