fix(renovate): uv lock file maintance
All checks were successful
Code and build check / Check code (push) Successful in 1m57s
Code and build check / Build with uv (push) Successful in 1m2s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-20 22:50:52 +05:00
parent 1c2835a933
commit 05693514aa

View File

@ -2,9 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"rebaseWhen": "never",
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchManagers": ["poetry", "pip_requirements", "pip_setup", "pipenv", "uv"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},