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