mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
ci: add dependabot auto approve
This commit is contained in:
parent
cfcbcac8b0
commit
a0fe4a4694
1 changed files with 12 additions and 0 deletions
12
.github/workflows/dependabot-approve.yml
vendored
Normal file
12
.github/workflows/dependabot-approve.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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@v3
|
Loading…
Add table
Add a link
Reference in a new issue