From 60f20ceacff5969433daab5ddf575e35fa0842b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Eppl=C3=A9e?= Date: Thu, 22 May 2025 12:58:34 +0200 Subject: [PATCH] fix: Elixir version matching in renovate config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6f76f2a..111dc1b 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ }, { "matchFileNames": [".tool-versions", "Dockerfile"], - "matchCurrentValue": "**elixir-otp-**", + "matchCurrentValue": "**-otp-**", "enabled": false } ]