From 380ad3e222f04dbfb4a3644e11dddb8b0b0d1868 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:18:23 +0100 Subject: [PATCH] refactor(ci/cd): better sync the update timeframes (#189) --- .github/dependabot.yml | 2 +- .github/workflows/auto-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 620d6392b..af799b281 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: directory: "/" schedule: interval: "daily" - time: "03:00" + time: "04:00" timezone: "Europe/Berlin" pull-request-branch-name: separator: "-" diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 93f72ab49..16388fd6d 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -3,7 +3,7 @@ name: Schedule Auto Update on: schedule: - - cron: "0 0 * * *" + - cron: "30 4 * * *" jobs: auto-update: