Change Dependabot checks to weekly (#457)

This commit is contained in:
Daniel Edgar 2021-10-08 15:48:39 -07:00 committed by GitHub
parent f7424957fd
commit 0b7665d6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "pip"
directory: "/.github/workflows/requirements"
schedule:
interval: "daily"
interval: "weekly"