Skip to content

Commit

Permalink
chore: disable renovate for grpc and guava versions (#2618)
Browse files Browse the repository at this point in the history
This is a temporarily change for lts., will revert when Beam is
released.
Set [`enabled to
false](https://docs.renovatebot.com/configuration-options/#enabled) to
disable Renovate for these two grpc and guava.
currently grpc version is 1.62.2 (updated in
[pr](https://github.com/googleapis/sdk-platform-java/pull/2506/files)),
guava is 33.1.0-jre (updated in
[pr](https://github.com/googleapis/sdk-platform-java/pull/2574/files))
  • Loading branch information
zhumin8 authored Apr 17, 2024
1 parent 8d74140 commit ca7686c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"matchPackagePatterns": [
"^com.google.guava:"
],
"versioning": "docker"
"versioning": "docker",
"enabled": false
},
{
"matchPackagePatterns": [
Expand Down Expand Up @@ -148,7 +149,8 @@
"matchPackagePatterns": [
"^io.grpc"
],
"groupName": "gRPC dependencies"
"groupName": "gRPC dependencies",
"enabled": false
},
{
"matchPackagePatterns": [
Expand Down

0 comments on commit ca7686c

Please sign in to comment.