Skip to content

Commit

Permalink
Pin versions of certain dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jun 5, 2021
1 parent e2fde9f commit bd4e4e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchDepTypes": [
"kryo4.version",
"elasticsearch.log4j2.version"
],
"rangeStrategy": "pin"
}
]
}

0 comments on commit bd4e4e0

Please sign in to comment.