move renovate.json

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-10 13:16:28 +03:00
parent 7b83fc7007
commit 5adaa78c36
3 changed files with 17 additions and 7 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": [
"*"
]
}
]
}