summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-04-29 20:16:03 -0400
committerGitHub <noreply@github.com>2021-04-29 20:16:03 -0400
commit65cbd2093cdf6aa044ba1682c81ea2939c5544c9 (patch)
treeb6e83e9f99a1fdec609142309b235392ebe360d8
parentf99ac9faef2439d6b308112a1da91747e74b583f (diff)
ci: use dependabot-pr-action@master
-rw-r--r--.github/workflows/merge-dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml
index b33d76c1d..c73be6a76 100644
--- a/.github/workflows/merge-dependabot.yml
+++ b/.github/workflows/merge-dependabot.yml
@@ -7,7 +7,7 @@ jobs:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- - uses: koj-co/dependabot-pr-action@v1.0.0
+ - uses: koj-co/dependabot-pr-action@master
with:
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
merge-minor: true