From 6d6c821b2b81dc91f2e703817108a0cc72b8068e Mon Sep 17 00:00:00 2001
From: Jonathan Wenger <jonathan.wenger@uni-tuebingen.de>
Date: Tue, 10 Oct 2023 09:33:55 -0400
Subject: [PATCH] Reduce frequency of dependabot updates to monthly (#842)

---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 02f504834..b982885e3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,4 +7,4 @@ updates:
   - package-ecosystem: "pip" # See documentation for possible values
     directory: "/" # Location of package manifests
     schedule:
-      interval: "weekly"
+      interval: "monthly"