watchtower/.github/workflows/dependabot-approve.yml
2025-02-02 04:18:28 -07:00

12 lines
287 B
YAML

name: Auto approve dependabot PRs
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363