From ae90225b460a05252cd0cbffae2374047d49aec9 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 1 Sep 2021 16:06:51 +0300 Subject: [PATCH] .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 --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3d57b38a3..11ff12aef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"