diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f794a87..7890b59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,11 @@ version: 2 updates: - - package-ecosystem: "uv" + - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "daily" allow: - dependency-type: "direct" open-pull-requests-limit: 10 - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 + manifest_files: + - "pyproject.toml"