From 69ebbe5361f6829a8514342ddf094a870833954d Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Thu, 23 May 2024 09:25:09 +0200 Subject: [PATCH] Update Dependabot schedule This commit updates the timing of when Dependabot does its weekly checks. Ref: - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 403b308..acc6d5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,16 @@ +--- version: 2 + updates: - package-ecosystem: "bundler" directory: "/" schedule: - interval: "weekly" + interval: weekly + time: "02:00" + timezone: "Etc/UTC" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: weekly + time: "02:00" + timezone: "Etc/UTC"