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] 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"