chore: fix Dockerfile FROM quotes, python image lookup, gitlabci #3

Merged
jcabillot merged 2 commits from chore/renovate into master 2026-06-09 11:56:42 -04:00
Showing only changes of commit defcd3cf5c - Show all commits
-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"
}
]
}