Merge branch 'latest' of github.com:dsaub/proyecto-final into latest

This commit is contained in:
2026-05-08 13:07:32 +02:00
2 changed files with 3 additions and 8 deletions
+2 -8
View File
@@ -1,15 +1,9 @@
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
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
+1
View File
@@ -1,3 +1,4 @@
# UV Config file
[project] [project]
name = "proyecto-final" name = "proyecto-final"
version = "0.1.0" version = "0.1.0"