From be7a74cbc0e8e000914612774d9175c143f8447b Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Fri, 22 Dec 2023 04:22:11 -0600 Subject: [PATCH] Update dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 36f19d8..073c85a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -11,7 +11,7 @@ jobs: name: Auto-merge dependabot updates runs-on: ubuntu-latest steps: - - uses: mitto98/dependabot-automerge-action@master + - uses: mitto98/dependabot-automerge-action@v1.0.2 with: token: ${{ github.token }} merge: true