From 77b0079a66b1db654f47d37b29fd88958f2b4da0 Mon Sep 17 00:00:00 2001 From: Marc Beinder <50760632+onairmarc@users.noreply.github.com> Date: Sun, 5 May 2024 11:20:36 -0500 Subject: [PATCH] Remove out of context needs clause --- guides/tools/github/dependabot.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guides/tools/github/dependabot.md b/guides/tools/github/dependabot.md index 1c1cbe8..830254f 100644 --- a/guides/tools/github/dependabot.md +++ b/guides/tools/github/dependabot.md @@ -94,7 +94,6 @@ to the `jobs` section of your GitHub Workflow: ```yaml AutoMerge: - needs: Duster name: AutoMerge uses: EncoreDigitalGroup/.github/.github/workflows/dependabotAutoMerge.yml@v1 -``` \ No newline at end of file +```