Skip to content

Commit

Permalink
xxx
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 63236e8 commit 0df3c5e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -574,17 +574,9 @@
"matchDepNames": [
"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}}}"
}
]
"versioning": "semver",
"versionCompatibility": "^(?<compatibility>.*)(v?<version>.*)$",
"extractVersion": "^cmd/protoc-gen-go-grpc/(v?<version>.*)$"
}
],
"kubernetes": {
Expand Down

0 comments on commit 0df3c5e

Please sign in to comment.