diff --git a/.github/renovate.json b/.github/renovate.json index 19baa054..e7983314 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -31,12 +31,24 @@ "matchStrings": ["grpc/python:(?.*?\\s"], "datasourceTemplate": "github-tags", "depNameTemplate": "grpc/grpc" - } + }, { "fileMatch": ["(^|\\/)buf.work.yaml"], "matchStrings": ["protocolbuffers/python:(?.*?\\s"], "datasourceTemplate": "github-tags", "depNameTemplate": "protocolbuffers/protobuf" + }, + { + "fileMatch": ["(^|\\/)buf.work.yaml"], + "matchStrings": ["protocolbuffers/go:(?.*?\\s"], + "datasourceTemplate": "github-tags", + "depNameTemplate": "protocolbuffers/protobuf-go" + }, + { + "fileMatch": ["(^|\\/)buf.work.yaml"], + "matchStrings": ["grpc-ecosystem/gateway:(?.*?\\s"], + "datasourceTemplate": "github-tags", + "depNameTemplate": "grpc-ecosystem/grpc-gateway" } ] } diff --git a/buf.gen.yaml b/buf.gen.yaml index 8e3e3c26..31c573e7 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -1,12 +1,12 @@ version: v1 plugins: -- plugin: go +- plugin: buf.build/protocolbuffers/go:v1.31.0 out: gen/go opt: paths=source_relative -- plugin: go-grpc +- plugin: buf.build/grpc/go:v1.3.0 out: gen/go opt: paths=source_relative -- name: grpc-gateway +- name: buf.build/grpc-ecosystem/gateway:v2.19.0 out: ./gen/go opt: paths=source_relative - plugin: buf.build/grpc/python:v1.59.2