From e5026202ea84070647a546dba110f8035890ae98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Mon, 14 Aug 2023 22:33:40 +0200 Subject: [PATCH] Fix typo in dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3626be0df7..143f32580f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: schedule: interval: "weekly" - - package-ecosystem: "git submodule" + - package-ecosystem: "gitsubmodule" directory: "/" schedule: interval: "weekly"