mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-11 17:12:18 +00:00
32 lines
724 B
JSON
32 lines
724 B
JSON
{
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "Automerge Ruff updates",
|
|
"matchManagers": [
|
|
"poetry"
|
|
],
|
|
"matchPackageNames": [
|
|
"ruff"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "Automerge Mkdocs updates",
|
|
"matchManagers": [
|
|
"poetry"
|
|
],
|
|
"matchPackageNames": [
|
|
"mkdocs-material"
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
} |