mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
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:
parent
2a3f40fbe2
commit
c2c4e9acd9
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue