{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "packageRules": [ { "groupName": "Mix dependencies", "matchCategories": "elixir" }, { "groupName": "asdf tool versions", "description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.", "matchFileNames": [".tool-versions"] }, { "matchFileNames": [".tool-versions"], "matchPackageNames": ["elixir"], "enabled": false } ] }