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 1/2] 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: 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 2/2] 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: