Skip to content

Commit

Permalink
Update flake.lock once a month instead of once a week.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toqozz committed Jun 5, 2024
1 parent 947b729 commit 043af1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -19,4 +19,4 @@ jobs:
pr-labels: |
dependencies
automated
pr-reviewers: TornaxO7
pr-reviewers: TornaxO7

0 comments on commit 043af1d

Please sign in to comment.