From a1cc73370c8a8975aeee8f2166bca607b3cbab5c Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Wed, 18 Sep 2024 21:42:37 +0200 Subject: [PATCH] chore: use wildcard for dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f07b547a..8189f52e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: - package-ecosystem: gomod directories: - "/tests/go" - # - "**/*" # doesn't work yet, hence the entry above. + - "**/*" # if this works, we can remove the above entry... schedule: interval: monthly commit-message: