From e8845c0c4b1cd2500629c1732426e2536a80bb8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:39:40 +0000 Subject: [PATCH] chore(deps): update dependency erlang/otp to v29.0.6 --- .github/workflows/elixir-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 60f23df..5ad4ab9 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -27,7 +27,7 @@ on: otp-version-latest: description: 'Latest OTP version' # renovate: datasource=github-releases depName=erlang/otp packageName=erlang/otp versioning=loose extractVersion=^OTP-(?.*)$ - default: '29.0.5' + default: '29.0.6' required: false type: string elixir-version-latest: