fix(renovate): Exclude elixir dependencies from postgres update
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
60f20ceacf
commit
aeb9cb8e29
1 changed files with 2 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue