move renovate

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-10 12:44:56 +03:00
parent a390ebf80f
commit 62e482a14b

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": [
"*"
]
}
]
}