From 043af1d042ebb9a553c7f84a647b75f93175dd4f Mon Sep 17 00:00:00 2001 From: Michael Palmos Date: Wed, 5 Jun 2024 18:46:13 +1000 Subject: [PATCH] Update flake.lock once a month instead of once a week. --- .github/workflows/update-flake-lock.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 56ab89b..a0099d3 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 * * 0' # runs weekly on Sunday at 00:00 + - cron: '0 0 1 * *' # Runs at 00:00, on day 1 of the month. jobs: lockfile: @@ -19,4 +19,4 @@ jobs: pr-labels: | dependencies automated - pr-reviewers: TornaxO7 \ No newline at end of file + pr-reviewers: TornaxO7