From 3938a4d14ec3aaea5e5b82da71c3baa52709244c Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 8 Mar 2023 14:41:34 +0100 Subject: [PATCH] chore(dependabot): Change to weekly (#2057) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0663d5c8..568d48e5 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: "daily" + interval: "weekly" target-branch: master labels: - "dependencies"