From e808c33aac1d3c89867ed7645d6d42b767feb417 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Tue, 30 Jul 2024 10:04:04 -0400 Subject: [PATCH] Test whether dependabot will pick up new Buf CLI --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10ef8311..976ac21c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: "gradle" directory: "/" schedule: - interval: "weekly" + interval: "daily" + time: "17:00" - package-ecosystem: "github-actions" directory: "/" schedule: