move renovate.json

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-10 13:18:31 +03:00
parent 13e25c6b50
commit 3aedc5ade9
3 changed files with 16 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ message Message {
message Field {
string key = 1;
oneof val {
// https://developers.google.com/protocol-buffers/docs/proto3#scalar
double double_val = 2;
float float_val = 3;
int32 int32_val = 4;