From 7a71569ad4de0475c3b971a72eeab7e86dc4fc29 Mon Sep 17 00:00:00 2001
From: googlemaps-bot <googlemaps-bot@google.com>
Date: Mon, 1 Jan 2024 14:04:10 +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 6b46ebb..a271121 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: