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.
This commit is contained in:
Michael McLoughlin
2022-09-05 15:09:52 -07:00
committed by GitHub
parent 6fdff29d46
commit d76a0f6dd6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ permissions:
contents: read contents: read
on: on:
schedule: schedule:
- cron: "22 5 * * 1" - cron: "22 5 2 * *"
jobs: jobs:
upgrade: upgrade:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -3,7 +3,7 @@ permissions:
contents: read contents: read
on: on:
schedule: schedule:
- cron: "24 5 * * 0" - cron: "24 5 1 * *"
jobs: jobs:
update: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest