From e38995b2223cae9923b43fcc834255627a120798 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Tue, 22 Sep 2020 12:57:40 -0400 Subject: [PATCH] chore: exclude org.apache.commons:commons-lang3 using ignoreDeps (#548) --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index e4949e6137..3db479b607 100644 --- a/renovate.json +++ b/renovate.json @@ -74,11 +74,9 @@ "^com.fasterxml.jackson.core" ], "groupName": "jackson dependencies" - }, - { - "excludePackageNames": ["org.apache.commons"] } ], + "ignoreDeps": ["org.apache.commons:commons-lang3"], "semanticCommits": true, "masterIssue": true } \ No newline at end of file