Run `precommit-auto-update` once a month.

master
Fabio Caccamo 2023-09-18 21:45:34 +02:00
parent 36a8edd0f6
commit 40b6f187a6
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: Pre-commit auto-update name: Pre-commit auto-update
on: on:
# every day at midnight # every month
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 1 * *"
# on demand # on demand
workflow_dispatch: workflow_dispatch: