mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 15:30:24 +00:00
chore: update dependencies and add Renovate config
This commit is contained in:
@@ -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
@@ -1,10 +1,10 @@
|
|||||||
requests==2.32.3
|
requests==2.34.2
|
||||||
vobject==0.9.6.1
|
vobject==0.9.9
|
||||||
PyMySQL==1.1.1
|
PyMySQL==1.2.0
|
||||||
lxml==5.3.0
|
lxml==5.4.0
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.2.2
|
||||||
fastapi==0.115.0
|
fastapi==0.141.1
|
||||||
uvicorn[standard]==0.32.0
|
uvicorn[standard]==0.52.1
|
||||||
jinja2==3.1.4
|
jinja2==3.1.6
|
||||||
pydantic==2.9.2
|
pydantic==2.13.4
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user