Files
PortProtonQt/renovate.json
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",
]
}
]
}