From d76a0f6dd6ac7aedd2bea7979640c5ba52fd9fa0 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Mon, 5 Sep 2022 15:09:52 -0700 Subject: [PATCH] ci: reduce frequency of auto updates (#328) Reduce frequency of auto-update jobs: * Update third-party package metadata * Bump dependency version Both are now monthly rather than weekly. --- .github/workflows/deps.yml | 2 +- .github/workflows/metadata.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index aa1be9d..be99b7f 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -3,7 +3,7 @@ permissions: contents: read on: schedule: - - cron: "22 5 * * 1" + - cron: "22 5 2 * *" jobs: upgrade: runs-on: ubuntu-latest diff --git a/.github/workflows/metadata.yml b/.github/workflows/metadata.yml index 0dbdb06..2f0c7d2 100644 --- a/.github/workflows/metadata.yml +++ b/.github/workflows/metadata.yml @@ -3,7 +3,7 @@ permissions: contents: read on: schedule: - - cron: "24 5 * * 0" + - cron: "24 5 1 * *" jobs: update: runs-on: ubuntu-latest