52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"configMigration": true,
|
|
"dependencyDashboard": false,
|
|
"docker-compose": {
|
|
"enabled": true
|
|
},
|
|
"extends": ["config:recommended"],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": ["at any time"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": [
|
|
"lockFileMaintenance",
|
|
"patch",
|
|
"replacement",
|
|
"rollback"
|
|
],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["pre-commit"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchCategories": ["docker"],
|
|
"matchDepNames": ["docker.io/python"],
|
|
"matchUpdateTypes": ["minor"],
|
|
"automerge": false
|
|
}
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"pre-commit": {
|
|
"enabled": true
|
|
},
|
|
"rollbackPrs": true,
|
|
"semanticCommits": "enabled",
|
|
"schedule": ["at any time"]
|
|
}
|