move renovate.json

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-02-10 13:18:42 +03:00
parent 52d309c4d5
commit 40ae042d6b
2 changed files with 15 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

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