Skip to content

build(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.0.0 #74

build(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.0.0

build(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.0.0 #74

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase '${{ github.event.pull_request.html_url }}'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}