Skip to content

Commit

Permalink
[core] Ignore url-loader >= 3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Dec 1, 2019
1 parent 5147ac2 commit ae18e02
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 ae18e02

Please sign in to comment.