From a9dab913ae6371b645e7509fb21257ee56124063 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Fri, 20 Oct 2023 07:53:39 -0400 Subject: [PATCH] Set submodule update cadence to weekly This sets the Dependabot submodule update cadence from montly to weekly, as requested in: https://github.com/gitpython-developers/GitPython/pull/1702#issuecomment-1761182333 (This change in GitPython corresponds directly to https://github.com/gitpython-developers/gitdb/pull/104 in gitdb.) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5acde1a9a..2fe73ca77 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "gitsubmodule" directory: "/" schedule: - interval: "monthly" + interval: "weekly"