From 59dd65d1c06f9b6b34ae20a3e093d150ca4ef49e Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Fri, 12 Jul 2024 09:28:30 +0200 Subject: [PATCH] ci: workaround for dependabot dir wildcard not working yet --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3fff141..f07b547a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,8 @@ updates: interval: "monthly" - package-ecosystem: gomod directories: - - "**/*" + - "/tests/go" + # - "**/*" # doesn't work yet, hence the entry above. schedule: interval: monthly commit-message: