chore(renovate): fix work with uv

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-08-14 21:44:06 +05:00
parent b070ff1fca
commit 72ef1fa6c7

View File

@@ -15,12 +15,14 @@
"enabled": false "enabled": false
}, },
{ {
"matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"], "matchManagers": ["github-actions", "pre-commit"],
"enabled": false "enabled": false
}, },
{ {
"matchFileNames": [".python-version"], "matchManagers": ["pep621"],
"enabled": false "rangeStrategy": "bump",
"versioning": "pep440",
"groupName": "Python dependencies"
} }
] ]
} }