Skip to content

Commit ca7686c

Browse files
authored
chore: disable renovate for grpc and guava versions (#2618)
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))
1 parent 8d74140 commit ca7686c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"matchPackagePatterns": [
8585
"^com.google.guava:"
8686
],
87-
"versioning": "docker"
87+
"versioning": "docker",
88+
"enabled": false
8889
},
8990
{
9091
"matchPackagePatterns": [
@@ -148,7 +149,8 @@
148149
"matchPackagePatterns": [
149150
"^io.grpc"
150151
],
151-
"groupName": "gRPC dependencies"
152+
"groupName": "gRPC dependencies",
153+
"enabled": false
152154
},
153155
{
154156
"matchPackagePatterns": [

0 commit comments

Comments
 (0)