Skip to content

Commit

Permalink
deps: stop auto updates of commons-lang3 (#362)
Browse files Browse the repository at this point in the history
The updated library only support Java 9+ but we still support Java 7 and
8. We want to stop renovate bot from asking us to update this
dependency.
  • Loading branch information
skuruppu committed Jul 23, 2020
1 parent e6ff647 commit 8f07ed6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Expand Up @@ -74,8 +74,14 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"packageNames": [
"org.apache.commons:commons-lang3"
],
"enabled": false
}
],
"semanticCommits": true,
"masterIssue": true
}
}

0 comments on commit 8f07ed6

Please sign in to comment.