chore(deps): update
All checks were successful
Code and build check / Check code (push) Successful in 1m42s
Code and build check / Build with uv (push) Successful in 1m0s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-20 22:41:01 +05:00
parent d229914fb6
commit 1c2835a933
2 changed files with 438 additions and 366 deletions

View File

@ -1,10 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"extends": ["config:best-practices"],
"rebaseWhen": "never",
"packageRules": [
{
"matchManagers": ["poetry", "pip_requirements", "pip_setup", "pipenv", "uv"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"automerge": true,
"matchUpdateTypes": ["pin", "pinDigest"]