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
on:
schedule:
- cron: "24 5 * * 0"
- cron: "24 5 1 * *"
jobs:
update:
runs-on: ubuntu-latest