Update renovate.json
This commit is contained in:
parent
e0faae69ed
commit
18018d9edf
|
@ -1,5 +1,15 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"packagePatterns": ["^postcss", "precss"],
|
||||||
|
"groupName": "postcss"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"packagePatterns": ["gulp"],
|
||||||
|
"groupName": "gulp"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue