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

15
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "all deps",
"separateMajorMinor": true,
"groupSlug": "all",
"packagePatterns": [
"*"
]
}
]
}

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;

View File

@ -1,5 +0,0 @@
{
"extends": [
"config:base"
]
}