Re-configured Renovate to ignore ember-in-viewport (#1173)

no issue
- ember-in-viewport has introduced a change in 3.5.0 that is incompatible with ember-light-table so adding it to the ignore list temporarily
This commit is contained in:
Kevin Ansfield 2019-04-22 12:45:44 +01:00 committed by GitHub
parent cab5834c46
commit cb38531908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"ignoreDeps": [
"ember-drag-drop",
"normalize.css",
"validator"
"validator",
"ember-in-viewport"
],
"prHourlyLimit": 0,
"ignorePaths": ["lib/koenig-editor/package.json"],