From 87584e173fa2a6a91e48087eced481f5e22db2b5 Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Mon, 24 Jun 2024 15:20:44 -0400 Subject: [PATCH] chore: Normalize dependency update schedule for all enterprise python applications. --- .github/workflows/upgrade-python-requirements.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index e0e3665c..400fcdd4 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -2,8 +2,7 @@ name: Upgrade Requirements on: schedule: - # Run twice a month - - cron: "0 0 1,15 * *" + - cron: "0 2 * * 1" workflow_dispatch: inputs: branch: