16 lines
383 B
JSON
16 lines
383 B
JSON
|
|
{
|
||
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
|
"gitlabci": {
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
"packageRules": [
|
||
|
|
{
|
||
|
|
"description": "python Docker image was deprecated; use replacementLookup",
|
||
|
|
"matchDatasources": ["docker"],
|
||
|
|
"matchPackageNames": ["python"],
|
||
|
|
"replacementName": "python",
|
||
|
|
"replacementVersion": "3.13-alpine"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|