From 86ac48d68efbc63ad4f1abe769e88ef55a96a42a Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Tue, 17 Oct 2023 06:08:35 +0200 Subject: [PATCH] Temporarily change dependabot to daily So we can more easily test that auto-merge works as it should. Once we have confirmed it does, we revert this commit. --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20b7953c..d5462677 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: monthly - time: "04:00" + interval: daily + time: "16:00" timezone: Europe/Berlin ignore: - dependency-name: git2 @@ -13,8 +13,8 @@ updates: - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: monthly - time: "04:00" + interval: daily + time: "16:00" timezone: Europe/Berlin - package-ecosystem: "github-actions" directory: "/"