Updated Renovate config

no issue

- automerge patches and minors
This commit is contained in:
Daniel Lockyer 2020-07-21 16:57:05 +01:00
parent a8d1b31ae2
commit f8f4db7039
1 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,7 @@
{
"extends": [
"@tryghost:base",
"@tryghost:automergeSilentTestLintNonMajor",
"@tryghost:automergePatchBranch"
"@tryghost:quietJS",
"@tryghost:groupCSS"
],
"ignoreDeps": [
"ember-drag-drop",
@ -24,10 +23,6 @@
{
"groupName": "ember testing",
"packageNames": ["ember-mocha", "ember-exam", "testem"]
},
{
"groupName": "css processors",
"packagePatterns": ["^postcss", "^css", "autoprefixer"]
}
]
}