Skip to content

Commit

Permalink
xxxx
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Jul 3, 2024
1 parent fca1378 commit 63236e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,16 @@
"grpc/grpc-go"
],
"versioning": "regex:cmd/protoc-gen-go-grpc/v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)",
"extractVersion": "^google\\.golang\\.org/grpc/cmd/protoc-gen-go-grpc@cmd/protoc-gen-go-grpc/v(?<version>.*)$",
"packageRules": [
{
"matchDatasources": ["github-releases"],
"matchPackageNames": ["grpc/grpc-go"],
"registryUrls": ["https://github.com/grpc/grpc-go"],
"extractVersion": "^cmd/protoc-gen-go-grpc/v(?<version>.*)$",
"replaceStringTemplate": "go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@{{{newDigest}}}"
}
]
}
],
"kubernetes": {
Expand Down

0 comments on commit 63236e8

Please sign in to comment.