Files
PortProtonQt/renovate.json
Boris Yumankulov 1a9228b76d
Some checks failed
Code and build check / Check code (push) Successful in 1m32s
Code and build check / Build with uv (push) Successful in 49s
renovate / renovate (push) Failing after 54s
ci: added renovate auto update bot
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
2025-06-20 21:37:14 +05:00

19 lines
385 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"rebaseWhen": "never",
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["pin", "pinDigest"]
},
{
"enabled": false,
"matchFileNames": [
".gitea/workflows/**.yml",
".gitea/workflows/**.yaml",
]
}
]
}