fix: Elixir version matching in renovate config
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Rafael Epplée 2025-05-22 12:58:34 +02:00
parent 9e7d8b2277
commit 60f20ceacf
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

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