chore: Remove variables from dockerfile base images to enable renovate updates
This commit is contained in:
parent
55e89c880a
commit
b6346e3c32
2 changed files with 5 additions and 9 deletions
|
|
@ -13,11 +13,11 @@
|
|||
{
|
||||
"groupName": "postgres",
|
||||
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
|
||||
"matchDepNames": ["**postgres**"]
|
||||
"matchPackageNames": ["**postgres**"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": [".tool-versions"],
|
||||
"matchPackageNames": ["elixir"],
|
||||
"matchFileNames": [".tool-versions", "Dockerfile"],
|
||||
"matchCurrentValue": "**elixir-otp-**",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue