From 7f50674bb848a696e98f6152ec961fb5135026e4 Mon Sep 17 00:00:00 2001 From: "Daniel (elordenador)" <54474838+dsaub@users.noreply.github.com> Date: Fri, 8 May 2026 12:55:42 +0200 Subject: [PATCH 1/3] Update Dependabot configuration for Python packages Changed the package ecosystem from 'uv' to 'pip' and updated the schedule to daily. Removed GitHub Actions updates section. --- .github/dependabot.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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" From a12954fb841588b586947ed0cdbdc7cfab92e4de Mon Sep 17 00:00:00 2001 From: "Daniel (elordenador)" <54474838+dsaub@users.noreply.github.com> Date: Fri, 8 May 2026 12:59:47 +0200 Subject: [PATCH 2/3] Update dependabot.yml configuration --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7890b59..cde2180 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,3 @@ updates: allow: - dependency-type: "direct" open-pull-requests-limit: 10 - manifest_files: - - "pyproject.toml" From ffe7828d8e97c81c2566bebb97c82104c8b8ac54 Mon Sep 17 00:00:00 2001 From: "Daniel (elordenador)" <54474838+dsaub@users.noreply.github.com> Date: Fri, 8 May 2026 13:00:15 +0200 Subject: [PATCH 3/3] Add UV Config file header to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"