chore: remove renovate.json, gitlabci disabled globally, packageRules were no-op. Keep Dockerfile+gitlabci quote fixes.
Docker Build and Push / build (pull_request) Successful in 41s

This commit is contained in:
2026-06-09 15:55:27 +00:00
parent 9ce55def15
commit defcd3cf5c
-15
View File
@@ -1,15 +0,0 @@
{
"$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"
}
]
}