From 6674ae7e96d0282f74f70eb6eb1d1e0184244c3a Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 11 Mar 2025 16:16:17 +0000 Subject: [PATCH] =?UTF-8?q?github:=20don=E2=80=99t=20run=20`dependabot`=20?= =?UTF-8?q?workflow=20in=20the=20merge=20queue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is totally pointless I think, since the point of the workflow is to queue things in the first place. --- .github/workflows/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 99acb2d96..21190415d 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -2,7 +2,6 @@ name: Enable auto-merge for Dependabot PRs on: pull_request: - merge_group: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}