From c80e7e3c1f2dd56ba2e2e59138d59390b1c4d863 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 27 Feb 2024 16:37:12 -0500 Subject: [PATCH] Allow dependabot-automerge to work This repo is restricted only to rebase merges. This fixes that issue. --- .github/workflows/dependabot-automerge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index d8afb4f..48b36a9 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -15,3 +15,4 @@ jobs: - uses: KineticCafe/actions/dependabot-automerge@v1.2 with: update-type: minor + merge-type: rebase