From 9a3f88c471100a09fadd91c169f91b8e8b4ead4c Mon Sep 17 00:00:00 2001 From: oxalica Date: Sat, 24 Jun 2023 10:59:42 +0800 Subject: [PATCH] Reduce check frequency for outdated dependencies --- .github/workflows/future-proof.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/future-proof.yaml b/.github/workflows/future-proof.yaml index 7d449b0..3942664 100644 --- a/.github/workflows/future-proof.yaml +++ b/.github/workflows/future-proof.yaml @@ -3,9 +3,8 @@ on: push: branches: - 'main' - - 'ci' schedule: - - cron: '23 1 * * *' # *-*-* 01:23:00 UTC + - cron: '23 1 * * 0' # Sun *-*-* 01:23:00 UTC permissions: contents: read