From e6e63c230595dce5d6c776a40484fe44c200ffff Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 6 Dec 2021 10:45:22 -0800 Subject: [PATCH] .github/dependabot.yml: make dependabot send all the updates right now. So we can mass-process updates once now, then turn it off. Signed-off-by: David Anderson --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cfd5d54e1..d20507782 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,10 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "daily" commit-message: prefix: "go.mod:" + open-pull-requests-limit: 100 - package-ecosystem: "github-actions" directory: "/" schedule: