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 05affa4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -574,17 +574,8 @@
"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>.*)$"
}
],
"kubernetes": {
Expand Down

0 comments on commit 05affa4

Please sign in to comment.