From e1681986655518eb58c5ed38769256df524edb65 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Tue, 18 Jun 2024 04:39:55 +0000 Subject: [PATCH] Track gitsubmodule dependencies with Dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69f2040f47..025c3015ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: / schedule: interval: monthly + + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: daily