Dependency issue every 6 months

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

View File

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