From 104ce40c054fa798ba9b3c2de55bc7b0bad41b5c Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 8 Jul 2024 16:02:47 -0700 Subject: [PATCH] Use wildcard in dependabot config --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a25f532e5..623121cb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,7 @@ version: 2 updates: - package-ecosystem: gomod directories: - - / - - /test/ + - "**/*" schedule: interval: daily