From 31b682c0feef0cd6a8543928029de406bd02a01b Mon Sep 17 00:00:00 2001 From: Danylo Kondratiev Date: Tue, 5 Dec 2023 16:16:52 +0200 Subject: [PATCH] update flake.lock every three month (#15) --- .github/workflows/update-flake-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 85699f4..9f9844f 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: # allows manual triggering schedule: - - cron: '0 0 1 * *' # runs weekly on Sunday at 00:00 + - cron: '0 0 1 */3 *' # runs every three month jobs: lockfile: