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
|
@ -13,7 +13,7 @@ name: update-flake-lock
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # runs daily at 00:00
|
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
|
|
Loading…
Reference in New Issue