From 30c42ad7b7068ec3c918d14250d20df9f8266253 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Fri, 12 Jul 2024 09:25:14 +0200 Subject: [PATCH] ci: fix dependabot, use wildcard (#119) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 924a15c3..a3fff141 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,8 @@ updates: schedule: interval: "monthly" - package-ecosystem: gomod - directory: / + directories: + - "**/*" schedule: interval: monthly commit-message: