mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated Renovate configuration
no issue - according to https://github.com/renovatebot/config-help/issues/220#issuecomment-487118205 it's the _last_ matching group that takes effect when determining which `packageRules` group a dependency is put in - adjusted the order so that explicit excludes are not required and the ember-basic-dropdown addons are correctly grouped
This commit is contained in:
parent
20bb8f65f3
commit
f2eaf6ac09
@ -23,6 +23,14 @@
|
||||
"automerge": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "ember addons",
|
||||
"packagePatterns": ["^ember", "^@ember", "^broccoli", "^liquid"]
|
||||
},
|
||||
{
|
||||
"groupName": "ember-basic-dropdown addons",
|
||||
"packagePatterns": ["^ember-basic", "^ember-power"]
|
||||
},
|
||||
{
|
||||
"groupName": "ember core",
|
||||
"packageNames": ["ember-source", "ember-cli", "ember-data"]
|
||||
@ -31,15 +39,6 @@
|
||||
"groupName": "ember testing",
|
||||
"packageNames": ["ember-mocha", "ember-exam", "testem"]
|
||||
},
|
||||
{
|
||||
"groupName": "ember-basic-dropdown addons",
|
||||
"packagePatterns": ["^ember-basic", "^ember-power"]
|
||||
},
|
||||
{
|
||||
"groupName": "ember addons",
|
||||
"packagePatterns": ["^ember", "^@ember", "^broccoli", "^liquid"],
|
||||
"excludePackageNames": ["ember-source", "ember-cli", "ember-data", "ember-mocha", "ember-exam"]
|
||||
},
|
||||
{
|
||||
"groupName": "css processors",
|
||||
"packagePatterns": ["^postcss", "^css", "autoprefixer"]
|
||||
|
Loading…
Reference in New Issue
Block a user