Switch to the newer uv package manager (#114)

This commit is contained in:
Christiaan Goossens
2025-08-30 12:50:13 +02:00
committed by GitHub
parent 86663dd5e4
commit 02a4937ce4
10 changed files with 1879 additions and 335 deletions

View File

@@ -14,6 +14,9 @@
],
"prCreation": "immediate"
},
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"description": "Group all GitHub Actions updates",
@@ -36,7 +39,7 @@
{
"description": "Version updates for other pip packages",
"matchDatasources": [
"pypi"
"uv"
],
"automerge": false
}