From 41ac755c573a8d214eb90af6159ef90bfc376345 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Wed, 13 Dec 2023 15:48:21 +0100 Subject: [PATCH] ci: Fix dependabot gitsubmodule directory --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16c68875..fab3d2a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: "monthly" - package-ecosystem: "gitsubmodule" - directory: "/extern" + directory: "/" target-branch: "dev" schedule: interval: "monthly"