chore(renovate): Use glob patterns to match postgres packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32fafad196
commit
a334ab6bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue