Update .github/workflows/dependency-issue.yml

This commit is contained in:
Clémentine U. - curqui 2023-09-18 09:59:22 +02:00 committed by GitHub
parent fe697a6685
commit 3485e8f1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Create issue to upgrade dependencies
on: on:
schedule: schedule:
# Run the first of the month, every 3 month # Run the first of the month, every 6 month
- cron: '0 0 1 */6 *' - cron: '0 0 1 */6 *'
workflow_dispatch: workflow_dispatch: