From 3d77fd771d6147c8ce876d92b25f43b5a51aab97 Mon Sep 17 00:00:00 2001 From: Alexander Gomzyakov Date: Mon, 11 Jul 2022 11:27:23 +0500 Subject: [PATCH] Update dependabot.yml (#128) --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13dc33b7..52aadf89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,7 @@ updates: - package-ecosystem: "composer" directory: "/" schedule: - # Check for updates managed by Composer once a week - interval: "weekly" + # Check for updates managed by Composer once a daily + interval: "daily" + # Check for npm updates at 9am UTC (8:00 EKB) + time: "03:00"