changing the schedule interval from "daily" to "weekly"

if the Docker dependencies were very outdated, you might want to start with a daily schedule until the dependencies are up-to-date, and then drop back to a weekly schedule
This commit is contained in:
joeaba 2021-10-07 17:17:00 +05:30 committed by GitHub
parent 177a375479
commit d81792d0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
interval: weekly
time: "01:00"
timezone: America/Los_Angeles
#labels:
@ -18,7 +18,7 @@ updates:
- package-ecosystem: npm
directory: "/web3.js"
schedule:
interval: daily
interval: weekly
time: "01:00"
timezone: America/Los_Angeles
labels:
@ -30,7 +30,7 @@ updates:
- package-ecosystem: npm
directory: "/explorer"
schedule:
interval: daily
interval: weekly
time: "01:00"
timezone: America/Los_Angeles
labels: