From 645371dc1ade87881d94ffdebe466b6de3bdb125 Mon Sep 17 00:00:00 2001 From: alfrix Date: Tue, 5 Mar 2024 13:50:35 -0300 Subject: [PATCH] dependabot: less update checks, there is no need to check so frequently --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf7a39fb..bc48256f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly"