From 35d8146bbab51ffdac9423950dab88df29737411 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Thu, 19 Oct 2023 06:17:42 +0200 Subject: [PATCH] Revert "Temporarily change dependabot to daily" This reverts commit 86ac48d68efbc63ad4f1abe769e88ef55a96a42a. --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5462677..20b7953c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily - time: "16:00" + interval: monthly + time: "04:00" timezone: Europe/Berlin ignore: - dependency-name: git2 @@ -13,8 +13,8 @@ updates: - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: daily - time: "16:00" + interval: monthly + time: "04:00" timezone: Europe/Berlin - package-ecosystem: "github-actions" directory: "/"