1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-29 06:30:52 +00:00

ci: correct action name

This commit is contained in:
Matan Kushner 2021-04-29 19:12:30 -04:00 committed by GitHub
parent ab735e880b
commit fdc8138181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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