fix(renovate): Exclude elixir dependencies from postgres update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-05-22 13:06:08 +02:00
parent 60f20ceacf
commit aeb9cb8e29
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

@ -13,7 +13,8 @@
{
"groupName": "postgres",
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
"matchPackageNames": ["**postgres**"]
"matchPackageNames": ["postgres", "docker.io/library/postgres"],
"matchDatasources": ["docker"]
},
{
"matchFileNames": [".tool-versions", "Dockerfile"],