mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-13 14:32:19 +00:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"ruff"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
} |