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