From 4267baf2e4fb62fddf353542940086487b64e117 Mon Sep 17 00:00:00 2001 From: mcfnord Date: Fri, 31 Jul 2026 01:41:40 +0000 Subject: [PATCH] Build: Enable dependabot for git submodule updates Adds a gitsubmodule package-ecosystem entry so the libs/oboe submodule is checked weekly for updates, matching the existing github-actions config. Part of #2346. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70d0f59469..a04852c34e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: interval: weekly commit-message: prefix: "Build" + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: weekly + commit-message: + prefix: "Build"