README: demonstrate a weekly flake.lock update
It's arguably not that useful to be inundated with flake.lock update PRs every day, so do it once a week on Sunday.
This commit is contained in:
parent
d884d497b3
commit
958240e9be
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ name: update-flake-lock
|
|||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # runs daily at 00:00
|
||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
Loading…
Reference in a new issue