fix: Elixir version matching in renovate config
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
9e7d8b2277
commit
60f20ceacf
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [".tool-versions", "Dockerfile"],
|
"matchFileNames": [".tool-versions", "Dockerfile"],
|
||||||
"matchCurrentValue": "**elixir-otp-**",
|
"matchCurrentValue": "**-otp-**",
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue