From e8a6e1c5718c13bd4dd10bfd95f5eb850f93d713 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sun, 1 Dec 2019 09:37:13 +0100 Subject: [PATCH] [core] Ignore url-loader >= 3 updates (#18639) --- .dependabot/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'