Skip to content

Commit 8f07ed6

Browse files
authored
deps: stop auto updates of commons-lang3 (#362)
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.
1 parent e6ff647 commit 8f07ed6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,14 @@
7474
"^com.fasterxml.jackson.core"
7575
],
7676
"groupName": "jackson dependencies"
77+
},
78+
{
79+
"packageNames": [
80+
"org.apache.commons:commons-lang3"
81+
],
82+
"enabled": false
7783
}
7884
],
7985
"semanticCommits": true,
8086
"masterIssue": true
81-
}
87+
}

0 commit comments

Comments
 (0)