From a7edf91bc696c5199da51f9be36f5993beac6c8d Mon Sep 17 00:00:00 2001 From: Felix Schurk <75752337+felixschurk@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:54:33 +0100 Subject: [PATCH] Update dependabot.yml Closes #3813 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4490fcc9a..6e2bb8297 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: directory: "/" schedule: interval: "weekly" + # Enable version updates for git submodules + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" # Enable updates for Rust packages - package-ecosystem: "cargo" directory: "/" # Location of package manifests