From 3485e8f1c4c6c2afd8c783608547dad3930f30ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Mon, 18 Sep 2023 09:59:22 +0200 Subject: [PATCH] Update .github/workflows/dependency-issue.yml --- .github/workflows/dependency-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-issue.yml b/.github/workflows/dependency-issue.yml index 13fa20dcd..99bd8330a 100644 --- a/.github/workflows/dependency-issue.yml +++ b/.github/workflows/dependency-issue.yml @@ -2,7 +2,7 @@ name: Create issue to upgrade dependencies on: schedule: - # Run the first of the month, every 3 month + # Run the first of the month, every 6 month - cron: '0 0 1 */6 *' workflow_dispatch: