mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-04 22:51:48 +01:00
chore(ci): update workflows
This commit is contained in:
parent
f9f982c144
commit
8d5eb97b1a
7 changed files with 2 additions and 32 deletions
12
.github/workflows/dependabot-approve.yaml
vendored
Normal file
12
.github/workflows/dependabot-approve.yaml
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