From d7bdd0efba8836068cf69bf27ada1b74b8f0f11b Mon Sep 17 00:00:00 2001 From: Juan Abia Date: Thu, 2 Sep 2021 09:12:18 +0200 Subject: [PATCH] schedule depandabot checks schedule checks so they happen at 4:00am UTC. This way gitlab CI doesn't get blocked during working hours. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4dfa2fe9..619b600a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: directory: "/" schedule: interval: "weekly" + time: "04:00" open-pull-requests-limit: 5 rebase-strategy: "disabled" @@ -16,5 +17,6 @@ updates: directory: "/" schedule: interval: "daily" + time: "04:00" open-pull-requests-limit: 5 rebase-strategy: "disabled"