Add matchPackageNames rule for postgres

This commit is contained in:
2025-05-24 11:52:57 +02:00
parent f4b19d111c
commit 938f0c00c6

View File

@ -10,6 +10,10 @@
"matchPackageNames": ["/immich-app/"],
"groupName": "immich"
},
{
"matchPackageNames": ["/postgres/"],
"groupName": "database"
},
{
"matchPackageNames": "docker.io/valkey/valkey",
"enabled": false