From 1e156bdd5281746785f7848d6cc97324414a14ac Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 2 Dec 2025 17:26:32 -0500 Subject: [PATCH] feat: track `git` submodule updates with dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a98a416e9..c18d05845 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,9 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "chore(submodule)"