From 91ebb24bfd4199bb6df580f9a5558c34a89abe96 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 4 Nov 2023 10:34:09 +0100 Subject: [PATCH] Set gitsubmodule dependabot path to root directory since there is the submodule file --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d43f9c7..a3a770d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: day: "friday" - package-ecosystem: "gitsubmodule" - directory: "/thirdparty" + directory: "/" schedule: interval: "weekly" day: "friday" \ No newline at end of file