.github/dependabot.yml: increase check intervals for gomod and docker ecosystems from daily to weekly

Daily checks are too verbose and result into too many automatic pull requests and commits
This commit is contained in:
Aliaksandr Valialkin 2021-09-01 16:06:51 +03:00
parent f77dde837a
commit ae90225b46

View File

@ -7,7 +7,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "bundler"
directory: "/docs"
schedule:
@ -15,7 +15,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/app/vmui/packages/vmui/web"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
@ -23,4 +23,4 @@ updates:
- package-ecosystem: "npm"
directory: "/app/vmui"
schedule:
interval: "daily"
interval: "weekly"