Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Trigger CircleCI pipeline for Dependabot PRs #34

Trigger CircleCI pipeline for Dependabot PRs

Trigger CircleCI pipeline for Dependabot PRs #34

Workflow file for this run

name: dependabot
on: pull_request
jobs:
approve:
name: Auto approve dependabot pull requests
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"