From 7cc9f5f62e404619475876bc612a12e31923a274 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 4acb74a..6c3ef9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,11 @@ updates: codeql: patterns: - github/codeql-action* + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: weekly + day: monday + time: '14:00' + cooldown: + default-days: 7