WIP: feature/backpex-migration #92

Closed
moritz wants to merge 50 commits from feature/backpex-migration into main
Showing only changes of commit 1a36aa32fe - Show all commits

View file

@ -17,9 +17,14 @@
"matchDatasources": ["docker"]
},
{
"matchFileNames": [".tool-versions", "Dockerfile"],
"description": "Disable elixir updates, as renovate does not work with their <version>-otp-<version> numbering scheme.",
"matchCurrentValue": "**-otp-**",
"enabled": false
},
{
"description": "Disable erlang updates as they need to be coordinated with elixir updates.",
"matchDepNames": "erlang",
"enabled": false
}
]
}