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
Docker Build and Push / build (pull_request) Successful in 41s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user