From 7ec35442383f71fd38d50b49369cc02ab5639243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ja=C5=A1ek?= Date: Thu, 16 May 2024 11:15:58 +0200 Subject: [PATCH] Update dependabot.yml (#240) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30e12ba6..f43503c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,9 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "client" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "pip" directory: "server" schedule: - interval: "weekly" + interval: "daily"