Change the scan interval of dependenbot to weekly (#888)

This commit is contained in:
Yu Zeng 2021-12-30 11:50:33 -08:00 committed by GitHub
parent 9c53c0ce59
commit b48de6d1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,5 +3,12 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
# Add assignees, reviewers
interval: "weekly"
# branch - v1.x
- package-ecosystem: "maven"
directory: "/"
target-branch: "v1.x"
schedule:
interval: "weekly"