* move psrpc to protocol * generated protobuf * add psrpc to proto target * deprecate more fields * update static check and generate * generated protobuf * update renovate * use latest protoc * psrpc 0.2.6 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"commitBody": "Generated by renovateBot",
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "github workflows"
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"groupName": "go deps"
|
|
}
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
]
|
|
}
|