fix: exclude npm audit from maintenance runs

This commit is contained in:
Rainer Killinger
2021-06-14 09:49:46 +02:00
parent d0c0d7d9d4
commit 42e68120b7

View File

@@ -69,6 +69,10 @@ npm audit:
scheduled npm audit:
only:
- schedules
except:
variables:
- $MAINTENANCE_MODE
- $RENOVATE
script:
- npm audit --audit-level=high
stage: audit