.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 be3e31a574
commit 30d2876c6e

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"