Dependabot ignore @babel/present-env >= 7.12.11

To prevent breaking master due to automatic merges, as these versions
are causing issues currently.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2020-12-21 12:54:39 +01:00
parent 2a3f40fbe2
commit c2c4e9acd9
No known key found for this signature in database
GPG key ID: E055D6A4D513575C

View file

@ -21,3 +21,7 @@ updates:
versions:
- ">= 4.a"
- "< 5"
# remove after fixing https://github.com/nextcloud/spreed/issues/4818
- dependency-name: "@babel/preset-env"
versions:
- ">= 7.12.11"