Updated renovate configuration (#1305)

no issue
- grouped `ember-basic-dropdown` and related `ember-power-*` addons together
- they share a common base and are going through a major breaking change so it's easier to upgrade them together
This commit is contained in:
Kevin Ansfield 2019-08-26 09:52:31 +01:00 committed by GitHub
parent 328838d6d1
commit 20bb8f65f3

View File

@ -31,6 +31,10 @@
"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"],