summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/merge-dependabot.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml
index c73be6a76..e70b29d45 100644
--- a/.github/workflows/merge-dependabot.yml
+++ b/.github/workflows/merge-dependabot.yml
@@ -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"