Update renovate.json

This commit is contained in:
Hannah Wolfe 2019-03-04 19:34:43 +00:00 committed by Hannah Wolfe
parent e0faae69ed
commit 18018d9edf
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": ["^postcss", "precss"],
"groupName": "postcss"
},
{
"packagePatterns": ["gulp"],
"groupName": "gulp"
}
]
}