Skip to content

build(deps-dev): bump @commitlint/config-conventional from 20.5.0 to 20.5.3 #247

build(deps-dev): bump @commitlint/config-conventional from 20.5.0 to 20.5.3

build(deps-dev): bump @commitlint/config-conventional from 20.5.0 to 20.5.3 #247

Workflow file for this run

# https://github.com/dependabot/fetch-metadata
name: dependabot
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
timeout-minutes: 5
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ github.token }}
steps:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions#approve-a-pull-request
- name: Approve Dependabot PR
run: gh pr review --approve $PR_URL
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
- name: Enable auto-merge for Dependabot PR
if: contains(github.event.pull_request.title, 'deps-dev')
# https://cli.github.com/manual/gh_pr_merge
run: gh pr merge --auto --merge $PR_URL