From 5c4e60858627f16c54e64e91c76be9f3223eccb1 Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sat, 14 Mar 2026 17:33:08 +0100 Subject: [PATCH] ci: fixed dependabot path Signed-off-by: Frederic BIDON --- .github/dependabot.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 918b484a..adc5f15e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,8 +1,7 @@ version: 2 updates: - package-ecosystem: "github-actions" - directories: - - "**/*" + directory: "/" schedule: interval: "weekly" day: "friday"