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