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:
committed by
GitHub
parent
f9b3bc7096
commit
7f50674bb8
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user