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 c0973cf9d4
commit c81df1e6fb

View File

@ -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'