Skip to content

Remove Node 16 workflow #628

Remove Node 16 workflow

Remove Node 16 workflow #628

on: pull_request_target
name: "Dependabot: auto-merge patch versions"
jobs:
approve-dependabot-pr:
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@8348ea7f5d949b08c7f125a44b569c9626b05db3 # v1.7.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve and merge Dependabot PRs for patch versions
if: ${{github.event.workflow_run.conclusion == 'success' && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
uses: ridedott/merge-me-action@94db76826489ddb8e3732265fd8f3cb9bf2b2c50 # v2.10.121
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}