Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot
133a4c0536 chore(deps): update mix dependencies
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build was killed
2025-05-22 11:01:37 +00:00
60f20ceacf
fix: Elixir version matching in renovate config
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-05-22 12:58:45 +02:00

View file

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