From 46a9782322e969af26f6fe9d191599354077dd02 Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Tue, 30 Nov 2021 05:40:48 -0800 Subject: [PATCH] .github/dependabot.yml: slow down the stream of unusable PRs Signed-off-by: David Crawshaw --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d32fc74b..cfd5d54e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,12 +5,12 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" commit-message: prefix: "go.mod:" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" commit-message: prefix: ".github:"