From e61bed840c7dc0ea9010429c76fdba427c57de51 Mon Sep 17 00:00:00 2001 From: Xewdy <95155966+Xewdy444@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:15:05 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29..548531f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,18 @@ version: 2 + updates: - package-ecosystem: "pip" + target-branch: "main" directory: "/" schedule: interval: "daily" + time: "03:00" + timezone: "America/Chicago" + + - package-ecosystem: "pip" + target-branch: "undetected-chromedriver" + directory: "/" + schedule: + interval: "daily" + time: "03:00" + timezone: "America/Chicago"