forked from Boria138/PortProtonQt
19 lines
385 B
JSON
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",
|
|
]
|
|
}
|
|
]
|
|
}
|