chore: Remove variables from dockerfile base images to enable renovate updates

This commit is contained in:
Rafael Epplée 2025-05-22 12:46:23 +02:00 committed by Moritz
parent 55e89c880a
commit b6346e3c32
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 5 additions and 9 deletions

View file

@ -13,11 +13,11 @@
{
"groupName": "postgres",
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
"matchDepNames": ["**postgres**"]
"matchPackageNames": ["**postgres**"]
},
{
"matchFileNames": [".tool-versions"],
"matchPackageNames": ["elixir"],
"matchFileNames": [".tool-versions", "Dockerfile"],
"matchCurrentValue": "**elixir-otp-**",
"enabled": false
}
]