From a788050ca604fc999b70b115af64f50c809d3d2e Mon Sep 17 00:00:00 2001 From: Dirk Kulawiak Date: Tue, 2 Dec 2025 06:41:40 +0100 Subject: [PATCH] Switchd dependabot to monthly checking --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1521d45d7..aac2f5da0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" ignore: - dependency-name: "grpcio" - dependency-name: "grpcio-tools"