From cd4d5da7327db94112bcc309c3cd115f9a815610 Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Tue, 22 Aug 2023 23:57:32 -0500 Subject: [PATCH] Update Autodependabot.yml (#803) * fix dependabot-automerge --- .github/workflows/dependabot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 3c0e7a9b..4a229f61 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,14 +4,15 @@ on: pull_request: push: branches: - - latest + - beta-*.*.* jobs: automerge: - name: Auto-merge dependabot updates + name: Auto-merge patch updates runs-on: ubuntu-latest steps: - uses: mitto98/dependabot-automerge-action@master with: token: ${{ github.token }} - merge: true + merge-patch: true +