Files
PortProtonQt/renovate.json
Boris Yumankulov 1c2835a933
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
chore(deps): update
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
2025-06-20 22:41:01 +05:00

28 lines
746 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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"]
},
{
"enabled": false,
"matchUpdateTypes": ["digest", "pinDigest", "pin"],
"matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"]
},
{
"enabled": false,
"matchFileNames": [".python-version"],
"matchManagers": ["pyenv"],
"matchUpdateTypes": ["major", "minor"]
}
]
}