Skip to content

Commit

Permalink
Attempt to ignore golang/protobuf updates on master
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed May 15, 2020
1 parent 761e905 commit 0007704
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,18 @@
],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"baseBranchList": [
"master"
],
"packageNames": [
"github.com/golang/protobuf",
"google.golang.org/genproto",
"io_bazel_rules_go"
],
"enabled": false
}
]
}
8 changes: 4 additions & 4 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def go_repositories():
go_repository(
name = "org_golang_google_genproto",
importpath = "google.golang.org/genproto",
sum = "h1:Bz1qTn2YRWV+9OKJtxHJiQKCiXIdf+kwuKXdt9cBxyU=",
version = "v0.0.0-20200507105951-43844f6eee31",
sum = "h1:fiNLklpBwWK1mth30Hlwk+fcdBmIALlgF5iy77O37Ig=",
version = "v0.0.0-20200513103714-09dca8ec2884",
)
go_repository(
name = "org_golang_google_grpc",
Expand Down Expand Up @@ -151,8 +151,8 @@ def go_repositories():
go_repository(
name = "com_github_antihax_optional",
importpath = "github.com/antihax/optional",
sum = "h1:uZuxRZCz65cG1o6K/xUqImNcYKtmk9ylqaH0itMSvzA=",
version = "v0.0.0-20180407024304-ca021399b1a6",
sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
version = "v1.0.0",
)
go_repository(
name = "com_github_census_instrumentation_opencensus_proto",
Expand Down

0 comments on commit 0007704

Please sign in to comment.