From 72a40869e5e9f408d6a47d8d039cfee16176f7ad Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Mon, 28 Oct 2024 14:26:08 +0100 Subject: [PATCH] Run dependabot for spec tests daily during spec fest --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d771b123a..bbb23c7a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: - package-ecosystem: "gitsubmodule" directory: "/" schedule: - interval: "weekly" + interval: "daily"