ci: use Action for auto-merging Dependabot PRs
Switch to one that supports squash-merging.
This commit is contained in:
parent
ee65297183
commit
bd490bfbfd
|
@ -7,8 +7,8 @@ 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@master
|
- uses: akheron/dependabot-cron-action@0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
merge-minor: true
|
auto-merge: "minor"
|
||||||
merge-patch: true
|
merge-method: "squash"
|
||||||
|
|
Loading…
Reference in New Issue