mirror of
https://github.com/starship/starship.git
synced 2024-11-23 00:33:16 +01:00
ci: use Action for auto-merging Dependabot PRs
Switch to one that supports squash-merging.
This commit is contained in:
parent
ee65297183
commit
bd490bfbfd
8
.github/workflows/merge-dependabot.yml
vendored
8
.github/workflows/merge-dependabot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user