From 4ac921cb1b024a4df0a0e5844c8dfd125b401d30 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 30 Jan 2021 13:26:41 +0100 Subject: [PATCH] Fix dependabot submodule checker --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42b08844b..34f3a9f0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,9 @@ updates: labels: - "ci" - package-ecosystem: "gitsubmodule" - directory: "/3rdParty" + directory: "/" schedule: interval: "daily" labels: - - "submodules" \ No newline at end of file + - "ci" + - "submodules"