Files
troposphere/renovate.json
T

16 lines
383 B
JSON
Raw Normal View History

{
"$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"
}
]
}