diff --git a/.github/workflows/dependency-issue.yml b/.github/workflows/dependency-issue.yml index 941cc4e53..13fa20dcd 100644 --- a/.github/workflows/dependency-issue.yml +++ b/.github/workflows/dependency-issue.yml @@ -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: