From fe697a668535a039a0d8ee3e0bdee71eb7e8a526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Mon, 18 Sep 2023 09:57:58 +0200 Subject: [PATCH] Dependency issue every 6 months --- .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 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: