From c81df1e6fbd15b2b08d3c0c9bb12fc5b29866448 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Fri, 13 Oct 2023 18:17:39 +0000 Subject: [PATCH] chore(ci): disable deps outdated check --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d36e91a..3f98f56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,7 +119,7 @@ steps: - mix hex.audit - mix deps.audit - mix deps.unlock --check-unused - - mix hex.outdated + # - mix hex.outdated - name: format check image: 'elixir:1.15.6-slim'