From 41481647ee48a2f2538640d49a5de90a83ec7e4f Mon Sep 17 00:00:00 2001
From: Fredrik Averpil <fredrik.averpil@gmail.com>
Date: Sun, 22 Sep 2024 10:50:02 +0200
Subject: [PATCH] ci(dependabot): use wildcard

---
 .github/dependabot.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8189f52e..a3fff141 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,8 +6,7 @@ updates:
       interval: "monthly"
   - package-ecosystem: gomod
     directories:
-      - "/tests/go"
-      - "**/*" # if this works, we can remove the above entry...
+      - "**/*"
     schedule:
       interval: monthly
     commit-message: