From 2ca1510fff113e540e17803efa85b0a7780c6434 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Wed, 17 Dec 2025 18:09:10 -0700 Subject: [PATCH] switch to monthly dependabot updates --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5a1ef7e..ddf8b4a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,9 +4,9 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly"