fix renovate.json

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-02-10 12:43:29 +03:00
parent 9a44960be7
commit a390ebf80f

View File

@ -2,19 +2,13 @@
"extends": [
"config:base"
],
"packageRules": [
"packageRules": [
{
"groupName": "all deps",
"separateMajorMinor": true,
"groupSlug": "all",
"packageRules": [
{
"packagePatterns": [
"*"
],
"groupName": "all deps",
"groupSlug": "all"
}
"packagePatterns": [
"*"
]
}
]