Skip to content

Commit

Permalink
chore: freeze guava and grpc dependencies until after LTS 8 is releas…
Browse files Browse the repository at this point in the history
…ed (#2074)
  • Loading branch information
ldetmer authored Feb 7, 2025
1 parent 5790ac4 commit fd38a8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"matchPackagePatterns": [
"^com.google.guava:"
],
"versioning": "docker"
"versioning": "docker",
"enabled": false
},
{
"matchPackagePatterns": [
Expand Down Expand Up @@ -82,6 +83,14 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"semanticCommitType": "deps",
"groupName": "gRPC dependencies",
"matchPackageNames": [
"/^io.grpc/"
],
"enabled": false
}
],
"semanticCommits": "enabled",
Expand Down

0 comments on commit fd38a8c

Please sign in to comment.