From 31b35fdca461770251de7f2faddf7f2b3201009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Mon, 27 May 2024 13:17:36 +0200 Subject: [PATCH] ci(dependabot): use times that don't conflict with releases (#9975) --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9d0933f64bc..6475663f5e2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: daily + time: "23:00" commit-message: prefix: "chore" include: "scope" @@ -18,6 +19,7 @@ updates: # Check for updates once a week schedule: interval: "weekly" + time: "23:00" - package-ecosystem: "github-actions" target-branch: "master"