diff --git a/renovate.json b/renovate.json index d1281a3..7e12828 100644 --- a/renovate.json +++ b/renovate.json @@ -17,14 +17,9 @@ "matchDatasources": ["docker"] }, { - "description": "Disable elixir updates, as renovate does not work with their -otp- numbering scheme.", + "matchFileNames": [".tool-versions", "Dockerfile"], "matchCurrentValue": "**-otp-**", "enabled": false - }, - { - "description": "Disable erlang updates as they need to be coordinated with elixir updates.", - "matchDepNames": "erlang", - "enabled": false } ] }