mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-24 09:49:29 +00:00
Add rulesets
This commit is contained in:
32
python.json
Normal file
32
python.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user