Skip to content

Commit

Permalink
chore(deps): stop bazel protobuf updates (googleapis#1489)
Browse files Browse the repository at this point in the history
Protobuf v26 has some breaking changes and in general we need to wait to take it, so let's pause updating it for the time being.
  • Loading branch information
noahdietz committed Apr 1, 2024
1 parent a5f7ccc commit f830827
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Expand Up @@ -10,6 +10,12 @@
"bazel": {
"managerBranchPrefix": "bazel-"
},
"packageRules": [
{
"matchPackagePatterns": ["com_google_protobuf"],
"enabled": false
}
]
"golang": {
"postUpdateOptions": [
"gomodTidy"
Expand Down

0 comments on commit f830827

Please sign in to comment.