Change the scan interval of dependenbot to weekly

This commit is contained in:
Yu Zeng 2021-12-30 11:03:54 -08:00
parent 9c53c0ce59
commit f3a6d6cf3b

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"