You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
352 B
14 lines
352 B
name: Auto Merge Dependency Updates
|
|
|
|
on:
|
|
- pull_request_target
|
|
- pull_request_review
|
|
|
|
jobs:
|
|
run:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@v1
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
allowed-actors: dependabot-preview[bot], dependabot[bot], tjenkinson
|
|
|