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:
committed by
GitHub
parent
6fdff29d46
commit
d76a0f6dd6
2
.github/workflows/metadata.yml
vendored
2
.github/workflows/metadata.yml
vendored
@@ -3,7 +3,7 @@ permissions:
|
||||
contents: read
|
||||
on:
|
||||
schedule:
|
||||
- cron: "24 5 * * 0"
|
||||
- cron: "24 5 1 * *"
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user