diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3dd8bccd..c663c9d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "daily" # FIXME: Revert back to weekly after we catch-up on updates. labels: - "pip" - "dependencies" @@ -18,7 +18,7 @@ updates: directory: "/" # Check for updates once a week schedule: - interval: "weekly" + interval: "daily" # FIXME: Revert back to weekly after we catch-up on updates. labels: - "github_actions" - "dependencies"