diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f794a87..cde2180 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,9 @@ 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 diff --git a/pyproject.toml b/pyproject.toml index 0282aef..916647b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,4 @@ +# UV Config file [project] name = "proyecto-final" version = "0.1.0"