Skip to content

Commit

Permalink
fix(ci): incorrect filename in renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <[email protected]>
  • Loading branch information
sandersms committed Jan 22, 2024
1 parent 5a966ce commit fce6708
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 @@ -27,25 +27,25 @@
"depNameTemplate": "ghcr.io/docker-multiarch/google-api-linter"
},
{
"fileMatch": ["(^|\\/)buf.work.yaml"],
"fileMatch": ["(^|\\/)buf.gem.yaml"],
"matchStrings": ["grpc/python:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "grpc/grpc"
},
{
"fileMatch": ["(^|\\/)buf.work.yaml"],
"fileMatch": ["(^|\\/)buf.gen.yaml"],
"matchStrings": ["protocolbuffers/python:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "protocolbuffers/protobuf"
},
{
"fileMatch": ["(^|\\/)buf.work.yaml"],
"fileMatch": ["(^|\\/)buf.gen.yaml"],
"matchStrings": ["protocolbuffers/go:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "protocolbuffers/protobuf-go"
},
{
"fileMatch": ["(^|\\/)buf.work.yaml"],
"fileMatch": ["(^|\\/)buf.gen.yaml"],
"matchStrings": ["grpc-ecosystem/gateway:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "grpc-ecosystem/grpc-gateway"
Expand Down

0 comments on commit fce6708

Please sign in to comment.