From 05e9a9f9e8a1192cdfcdc0f0aecddc01476513cf Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 31 Jul 2026 22:24:18 +0000 Subject: [PATCH] Enable Dependabot for git submodules --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf859f97..5b063eea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,11 @@ updates: - github/codeql-action* cooldown: default-days: 7 + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: weekly + day: monday + time: '14:00' + cooldown: + default-days: 7