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

ci: use Action for auto-merging Dependabot PRs

Switch to one that supports squash-merging.
This commit is contained in:
Matan Kushner 2021-05-03 09:17:01 -04:00 committed by GitHub
parent ee65297183
commit bd490bfbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ jobs:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- uses: koj-co/dependabot-pr-action@master
- uses: akheron/dependabot-cron-action@0.1
with:
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
merge-minor: true
merge-patch: true
token: ${{ secrets.GITHUB_TOKEN }}
auto-merge: "minor"
merge-method: "squash"