Skip to content

Auto approve/merge Dependabot (native) PR

Actions
Auto approve and merge Dependabot (native) pull-requests
v0.1.0
Latest
Star (1)

⚠️ Archived ⚠️

See https://hugo.alliau.me/2021/05/04/migration-to-github-native-dependabot-solutions-for-auto-merge-and-action-secrets/#re-enable-auto-merging-with-auto-approve for a better solution for auto-approve and auto-merging Dependabot pull requests.

Auto approve and merge Dependabot PR action

GitHub Action for auto-approving and auto-merging Dependabot pull requests.

This action is compatible with GitHub-native Dependabot which disabled auto-merge.

Usage

name: Auto approve

on:
  pull_request

jobs:
  auto-approve:
    runs-on: ubuntu-latest
    steps:
      - uses: Yproximite/auto-approve-and-merge-dependabot-action@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          update-type: 'minor'

Auto approve/merge Dependabot (native) PR is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Auto approve and merge Dependabot (native) pull-requests
v0.1.0
Latest

Auto approve/merge Dependabot (native) PR is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.