1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-26 19:40:20 +00:00

ci: use dependabot-pr-action@master

This commit is contained in:
Matan Kushner 2021-04-29 20:16:03 -04:00 committed by GitHub
parent f99ac9faef
commit 65cbd2093c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
name: Auto-merge Dependabot PRs name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: koj-co/dependabot-pr-action@v1.0.0 - uses: koj-co/dependabot-pr-action@master
with: with:
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }} token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
merge-minor: true merge-minor: true