Skip to content

Commit

Permalink
Merge pull request #116 from aquaproj/feat/support-protoc-gen-go-grpc
Browse files Browse the repository at this point in the history
feat: support grpc/grpc-go/protoc-gen-go-grpc
  • Loading branch information
suzuki-shunsuke authored Apr 20, 2022
2 parents e605c9a + e55a3b0 commit 618a03b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Example: https://github.com/aquaproj/test-aqua-renovate-config
* [golang/go](https://github.com/golang/go)
* [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize)
* [kubernetes/kubectl](https://github.com/kubernetes/kubectl)
* [grpc/grpc-go/protoc-gen-go-grpc](https://github.com/grpc/grpc-go)
* [base](base.json)
* aqua.yaml
* [action](action.json)
Expand Down
10 changes: 10 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
"extractVersionTemplate": "^kubernetes-(?<version>.*)$",
"datasourceTemplate": "github-tags",
"depNameTemplate": "kubernetes/kubectl"
},
{
"fileMatch": ["\\.?aqua\\.ya?ml"],
"matchStrings": [
" +['\"]?version['\"]? *: +['\"]?cmd/protoc-gen-go-grpc/(?<currentValue>[^'\" \\n]+)['\"]? +# renovate: depName=grpc/grpc-go[ \\n]",
" +['\"]?name['\"]? *: +['\"]?grpc/grpc-go/protoc-gen-go-grpc@cmd/protoc-gen-go-grpc/(?<currentValue>[^'\" \\n]+)['\"]?"
],
"extractVersionTemplate": "^cmd/protoc-gen-go-grpc/(?<version>.*)$",
"datasourceTemplate": "github-releases",
"depNameTemplate": "grpc/grpc-go"
}
]
}

0 comments on commit 618a03b

Please sign in to comment.