From 3a9fa808b6eb2a42e17603135838ec5a75817399 Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Mon, 31 Jan 2022 09:07:43 -0800 Subject: [PATCH] Slow depenadabot's roll (#1248) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de4d80e61127..fa8898303ada 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,13 +6,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" # Maintain dependencies for Golang - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" # Interdependent ignore: - dependency-name: "k8s.io/api"