From 76c784313062a0f76370809221987dde7c92e10b Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Mon, 24 Jun 2024 15:25:25 -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 4b129c2a..10774cd1 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -2,8 +2,7 @@ name: Upgrade Python Requirements on: schedule: - # Run twice a month - - cron: "0 0 1,15 * *" + - cron: "0 2 * * 1" workflow_dispatch: inputs: branch: