From d4baa82e5a555d3d2afdc5d5cb5262aef1755b56 Mon Sep 17 00:00:00 2001 From: Amber Sistla Date: Tue, 7 Jul 2026 07:59:29 -0700 Subject: [PATCH] chore(deps): Have dependabot monitor go.mod weekly not daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01af2ec3e..51b550f69 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "gomod" directory: "/daemon" schedule: - interval: "daily" + interval: "weekly" commit-message: prefix: "chore(deps):" - package-ecosystem: github-actions