Skip to content

Commit

Permalink
fix(ci): typo in new renovate checks
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
  • Loading branch information
sandersms authored and artek-koltun committed Jan 24, 2024
1 parent c14e536 commit 352c33e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
},
{
"fileMatch": ["(^|\\/)buf.gem.yaml"],
"matchStrings": ["grpc/python:(?<currentValue>.*?\\s"],
"matchStrings": ["grpc/python:(?<currentValue>.*?)\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "grpc/grpc"
},
{
"fileMatch": ["(^|\\/)buf.gen.yaml"],
"matchStrings": ["protocolbuffers/python:(?<currentValue>.*?\\s"],
"matchStrings": ["protocolbuffers/python:(?<currentValue>.*?)\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "protocolbuffers/protobuf"
},
{
"fileMatch": ["(^|\\/)buf.gen.yaml"],
"matchStrings": ["protocolbuffers/go:(?<currentValue>.*?\\s"],
"matchStrings": ["protocolbuffers/go:(?<currentValue>.*?)\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "protocolbuffers/protobuf-go"
},
{
"fileMatch": ["(^|\\/)buf.gen.yaml"],
"matchStrings": ["grpc-ecosystem/gateway:(?<currentValue>.*?\\s"],
"matchStrings": ["grpc-ecosystem/gateway:(?<currentValue>.*?)\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "grpc-ecosystem/grpc-gateway"
}
Expand Down

0 comments on commit 352c33e

Please sign in to comment.