From 6470938f751520b1b4673ba4b5bdd6253163a747 Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Mon, 15 Apr 2024 07:23:08 +0100 Subject: [PATCH] Use dependabot to update submodules instead of actions (#32) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab49645..809131b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: directory: "/" schedule: interval: "monthly" - - package-ecosystem: "github-actions" + - package-ecosystem: "gitsubmodule" directory: "/" schedule: interval: "weekly"