chore(ci): disable deps outdated check
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Joao P Dubas 2023-10-13 18:17:39 +00:00
parent 8fb695bba0
commit 11f64f462c

View File

@ -119,7 +119,7 @@ steps:
- mix hex.audit - mix hex.audit
- mix deps.audit - mix deps.audit
- mix deps.unlock --check-unused - mix deps.unlock --check-unused
- mix hex.outdated # - mix hex.outdated
- name: format check - name: format check
image: 'elixir:1.15.7-slim' image: 'elixir:1.15.7-slim'