chore: increase update frequency

This commit is contained in:
josselinonduty 2025-08-15 09:53:51 +02:00 committed by GitHub
parent dad90ea68d
commit 48d50a7eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: Check for updates name: Check for updates
on: on:
schedule: # for scheduling to work this file must be in the default branch schedule: # for scheduling to work this file must be in the default branch
- cron: "0 0 * * 1" # run every Monday - cron: "0 0 * * *" # run every day at midnight
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
jobs: jobs: