diff --git a/.github/renovate.json b/.github/renovate.json index cd3e9455..146c9eea 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,25 +28,25 @@ }, { "fileMatch": ["(^|\\/)buf.gem.yaml"], - "matchStrings": ["grpc/python:(?.*?\\s"], + "matchStrings": ["grpc/python:(?.*?)\\s"], "datasourceTemplate": "github-tags", "depNameTemplate": "grpc/grpc" }, { "fileMatch": ["(^|\\/)buf.gen.yaml"], - "matchStrings": ["protocolbuffers/python:(?.*?\\s"], + "matchStrings": ["protocolbuffers/python:(?.*?)\\s"], "datasourceTemplate": "github-tags", "depNameTemplate": "protocolbuffers/protobuf" }, { "fileMatch": ["(^|\\/)buf.gen.yaml"], - "matchStrings": ["protocolbuffers/go:(?.*?\\s"], + "matchStrings": ["protocolbuffers/go:(?.*?)\\s"], "datasourceTemplate": "github-tags", "depNameTemplate": "protocolbuffers/protobuf-go" }, { "fileMatch": ["(^|\\/)buf.gen.yaml"], - "matchStrings": ["grpc-ecosystem/gateway:(?.*?\\s"], + "matchStrings": ["grpc-ecosystem/gateway:(?.*?)\\s"], "datasourceTemplate": "github-tags", "depNameTemplate": "grpc-ecosystem/grpc-gateway" }