From d844c5ff5015fcc0101543b54bb1992ce585997e Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Mon, 28 Oct 2024 15:06:53 +0100 Subject: [PATCH] Run dependabot for spec tests daily during spec fest (#1497) --- .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"