Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jul 3, 2024
1 parent 63236e8 commit e926791
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": "^protoc-gen-go-grpc (v?<version>.*)$"
}
],
"kubernetes": {
Expand Down

0 comments on commit e926791

Please sign in to comment.