fix: Elixir version matching in renovate config

This commit is contained in:
Rafael Epplée 2025-05-22 12:58:34 +02:00 committed by Moritz
parent b6346e3c32
commit 2f901a23c3
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -17,7 +17,7 @@
}, },
{ {
"matchFileNames": [".tool-versions", "Dockerfile"], "matchFileNames": [".tool-versions", "Dockerfile"],
"matchCurrentValue": "**elixir-otp-**", "matchCurrentValue": "**-otp-**",
"enabled": false "enabled": false
} }
] ]