Reconfigure Renovate (#1138)

no issue
- explicitly exclude packages from the "ember addons" group that should be matched by other groups
This commit is contained in:
Kevin Ansfield 2019-04-02 11:21:22 +01:00 committed by GitHub
parent af4ed3bab0
commit b6652ad87f

View File

@ -32,7 +32,8 @@
},
{
"groupName": "ember addons",
"packagePatterns": ["^ember", "^@ember", "^broccoli", "^liquid"]
"packagePatterns": ["^ember", "^@ember", "^broccoli", "^liquid"],
"excludePackageNames": ["ember-source", "ember-cli", "ember-data", "ember-mocha", "ember-exam"]
},
{
"groupName": "css processors",