From b509a91aa87d94861495f5bf49aa5712d8e1db5d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 3 Jul 2024 11:34:26 -0700 Subject: [PATCH] Fix typo in dependabot config --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58f3acc..cdfff7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,8 @@ updates: interval: daily - package-ecosystem: gomod - directory: "**/*" + directories: + - "**/*" schedule: interval: daily groups: