chore(ci): change frequency of flake lock updates to once per month

This commit is contained in:
Aram Drevekenin 2022-08-11 16:01:55 +02:00 committed by GitHub
parent 3c8aa11f1d
commit be2ab63106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 weekly on Sunday at 00:00
jobs:
lockfile: