From 6b91f900e2a0aa5fd0810da3f48dc0751749a019 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Wed, 19 Jan 2022 14:23:34 +0100 Subject: [PATCH] ci: run weekly checks on saturday --- .github/dependabot.yml | 3 ++- .github/workflows/rust.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42f1e63..f04c7fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: open-pull-requests-limit: 30 schedule: interval: "weekly" - time: "03:37" # UTC + day: "saturday" + time: "02:42" # UTC commit-message: prefix: "build(cargo):" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 78a4f15..77c5149 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,8 +4,8 @@ on: push: pull_request: schedule: - # Check if it works with current dependencies (weekly on Wednesday 2:32 UTC) - - cron: '32 2 * * 3' + # Check if it works with current dependencies + - cron: '42 2 * * 6' # weekly on Saturday 2:42 UTC jobs: test: