summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-04-29 19:12:30 -0400
committerGitHub <noreply@github.com>2021-04-29 19:12:30 -0400
commitfdc8138181a41e3866c1a78ae41c733433ea83ac (patch)
treeca72fc34145c1c4ea234c81accdd10ada1afb748
parentab735e880b2291f86daff52ae66823d601481778 (diff)
ci: correct action name
-rw-r--r--.github/workflows/merge-dependabot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml
index 4b1951abd..b33d76c1d 100644
--- a/.github/workflows/merge-dependabot.yml
+++ b/.github/workflows/merge-dependabot.yml
@@ -1,4 +1,4 @@
-name: Auto-merge minor/patch
+name: Auto-merge Dependabot PRs
on:
schedule:
- cron: "0 * * * *"
@@ -7,7 +7,7 @@ jobs:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- - uses: koj-co/dependabot-pr-action@v1
+ - uses: koj-co/dependabot-pr-action@v1.0.0
with:
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
merge-minor: true