diff --git a/renovate.json b/renovate.json index d0dceed046..0b62d5c474 100644 --- a/renovate.json +++ b/renovate.json @@ -74,8 +74,14 @@ "^com.fasterxml.jackson.core" ], "groupName": "jackson dependencies" + }, + { + "packageNames": [ + "org.apache.commons:commons-lang3" + ], + "enabled": false } ], "semanticCommits": true, "masterIssue": true -} \ No newline at end of file +}