enable uv ecosystem for dependabot (#751)

This commit is contained in:
Eduard van Valkenburg
2025-09-15 20:16:26 +02:00
committed by GitHub
Unverified
parent e1e5100afe
commit ba9a1a61e1
+3 -3
View File
@@ -11,7 +11,7 @@ updates:
schedule:
interval: "cron"
cronjob: "0 8 * * 4,0" # Every Thursday(4) and Sunday(0) at 8:00 UTC
experimental:
experimental:
nuget-native-updater: false
enable-cooldown-metrics-collection: false
ignore:
@@ -27,8 +27,8 @@ updates:
- ".NET"
- "dependencies"
# Maintain dependencies for pip
- package-ecosystem: "pip"
# Maintain dependencies for python
- package-ecosystem: "uv"
directory: "python/"
schedule:
interval: "weekly"