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"