Skip to content

Commit

Permalink
fix: Disable automatic updating of the Drill specific Jackson version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Oct 23, 2023
1 parent 79af2d2 commit 2e68dfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"description": "Do not change the jackson version needed for Apache Drill",
"matchPackagePrefixes": ["com.fasterxml.jackson.core"],
"matchCurrentVersion": "[2.14.2]",
"matchUpdateTypes": ["major", "minor", "patch"],
"enabled": false
},
{
"description": "Disable strange versions of graphql-java",
"matchPackageNames": ["com.graphql-java:graphql-java"],
Expand Down

0 comments on commit 2e68dfc

Please sign in to comment.