Reduce dependency update frequency

This commit is contained in:
John Reese 2021-12-05 17:18:02 -08:00 committed by GitHub
parent 6594cf4c39
commit 4ff48c5acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ updates:
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "monthly"
day: "saturday" day: "saturday"