chore: update dependencies and add Renovate config

This commit is contained in:
2026-08-10 19:52:58 +02:00
parent fcaa74f774
commit 2dd93d8d68
2 changed files with 35 additions and 9 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"schedule": ["before 6am on Monday"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"automerge": false,
"labels": ["major-update"]
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions",
"automerge": true
},
{
"matchManagers": ["dockerfile"],
"groupName": "Docker",
"automerge": false
}
]
}
+9 -9
View File
@@ -1,10 +1,10 @@
requests==2.32.3
vobject==0.9.6.1
PyMySQL==1.1.1
lxml==5.3.0
python-dotenv==1.0.1
fastapi==0.115.0
uvicorn[standard]==0.32.0
jinja2==3.1.4
pydantic==2.9.2
requests==2.34.2
vobject==0.9.9
PyMySQL==1.2.0
lxml==5.4.0
python-dotenv==1.2.2
fastapi==0.141.1
uvicorn[standard]==0.52.1
jinja2==3.1.6
pydantic==2.13.4
itsdangerous==2.2.0