From 83bface906dd193f1e578a17b7ae7995fe4e3ce0 Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sat, 14 Mar 2026 17:51:20 +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 1a6f241c..414541ec 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"