chore(renovate): Use glob patterns to match postgres packages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-05-22 12:42:57 +02:00
parent 32fafad196
commit a334ab6bc4
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

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