diff --git a/.dependabot/config.yml b/.dependabot/config.yml index 89fa471b46bd9e..b372c1efec42ed 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -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'