From e52d8a4042e167a8d94204ab8e7474afc6dca7f7 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Fri, 12 Jul 2024 09:24:01 +0200 Subject: [PATCH] ci: fix dependabot, use wildcard --- .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: