Skip to content

Update extended SSL stats #190

Update extended SSL stats

Update extended SSL stats #190

name: Dependabot auto-merge
on: pull_request_target
permissions:
contents: read
jobs:
dependabot:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
contents: write
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/[email protected]
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}