From ca9f9a165765f6940f6ea1738711d1a19c050b81 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Mon, 4 Nov 2024 10:24:14 +0100 Subject: [PATCH] Change dependabot to weekly runs for specifications submodule This reverts commit d844c5ff5015fcc0101543b54bb1992ce585997e. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bbb23c7a0..d771b123a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: - package-ecosystem: "gitsubmodule" directory: "/" schedule: - interval: "daily" + interval: "weekly"