Run `precommit-auto-update` once a month.
parent
36a8edd0f6
commit
40b6f187a6
|
|
@ -1,9 +1,9 @@
|
|||
name: Pre-commit auto-update
|
||||
|
||||
on:
|
||||
# every day at midnight
|
||||
# every month
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 1 * *"
|
||||
# on demand
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue