From 28f75ce1a09e647c715e66b0c8f78b1d19241a5a Mon Sep 17 00:00:00 2001
From: googlemaps-bot <googlemaps-bot@google.com>
Date: Mon, 25 Dec 2023 14:03:14 +0000
Subject: [PATCH] chore: Synced local '.github/workflows/dependabot.yml' with
 remote '.github/workflows/dependabot.yml'

---
 .github/workflows/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
index 6b46ebbb..a2711211 100644
--- a/.github/workflows/dependabot.yml
+++ b/.github/workflows/dependabot.yml
@@ -19,7 +19,10 @@ permissions:
   contents: write
 
 jobs:
+  test:
+    uses: ./.github/workflows/test.yml
   dependabot:
+    needs: test
     runs-on: ubuntu-latest
     if: ${{ github.actor == 'dependabot[bot]' }}
     env: