From 11f64f462caa3964dfc8f726ee666c4b769bb4ff 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 2a7327c..16a6416 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.7-slim'