From e038ec07b265645ddea9a6888e241b8c8e0fd1bb Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:50:05 +0100 Subject: [PATCH] Set renovate `rangeStrategy` to `update-lockfile` for mix deps --- .github/renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5765401e..17c47cc9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,6 +11,12 @@ ":reviewer(krns)" ], "packageRules": [ + { + "matchManagers": [ + "mix" + ], + "rangeStrategy": "update-lockfile" + }, { "description": "Group updates to the Elixir base image", "groupName": "Base Image", @@ -74,4 +80,4 @@ "dependencies", "{{categories}}" ] -} +} \ No newline at end of file