Skip to content

Commit

Permalink
[core] Ignore url-loader >= 3 updates (#18639)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Dec 1, 2019
1 parent 286c8d2 commit e8a6e1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ update_configs:
- match:
# we support typescript ^3.2.2 updating it in the repo might not catch new syntax
dependency_name: 'typescript'
- match:
# as of 3.x requires node@10. We can upgrade once we do as well
dependency_name: 'url-loader'
version_requirement: '>= 3.0'

0 comments on commit e8a6e1c

Please sign in to comment.