From b0b706e2f4a2bb0a69d3f6074313e34ca0749a38 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 22 Dec 2022 12:34:23 +0100 Subject: [PATCH] feat(dependabot): Daily check (#1582) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 568d48e5..0663d5c8 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: "daily" target-branch: master labels: - "dependencies"