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