25 lines
587 B
JSON
25 lines
587 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"rebaseWhen": "never",
|
|
"packageRules": [
|
|
{
|
|
"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"]
|
|
}
|
|
]
|
|
}
|