From 1ff2e3a4971aa964570c0243b53a25f9b4c4ec4f Mon Sep 17 00:00:00 2001 From: John Bley Date: Fri, 24 Jan 2025 09:22:18 -0500 Subject: [PATCH] Add dependabot for git submodules (#353) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7049fd6..3a191cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: directory: "/nodejs" schedule: interval: "daily" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily"