21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"timezone": "Europe/Paris",
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["pip_requirements"],
|
|
"matchUpdateTypes": ["patch", "minor"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["dockerfile"],
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"vulnerabilityAlerts": {
|
|
"enabled": true
|
|
}
|
|
}
|