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/deps.yml
vendored
2
.github/workflows/deps.yml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/metadata.yml
vendored
2
.github/workflows/metadata.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user