chore: Remove variables from dockerfile base images to enable renovate updates
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Rafael Epplée 2025-05-22 12:46:23 +02:00
parent a334ab6bc4
commit 9e7d8b2277
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
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
}
]