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.
This commit is contained in:
Daniel (elordenador)
2026-05-08 12:55:42 +02:00
committed by GitHub
parent f9b3bc7096
commit 7f50674bb8
+4 -8
View File
@@ -1,15 +1,11 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "uv" - package-ecosystem: "pip"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "daily"
allow: allow:
- dependency-type: "direct" - dependency-type: "direct"
open-pull-requests-limit: 10 open-pull-requests-limit: 10
manifest_files:
- package-ecosystem: "github-actions" - "pyproject.toml"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10