diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 9d589223..28266e70 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 * *' # runs on the first of every month at 00:00 jobs: lockfile: