Skip to content

Commit

Permalink
Updated Renovate configuration
Browse files Browse the repository at this point in the history
no issue
- ignore `ember-exam` until it's compatible with latest stable of `ember-mocha`
  - see ember-cli/ember-exam#238
- moved `ember-exam`, `ember-mocha`, and `testem` into their own group so changes to test env don't cause addon upgrade PRs to fail
  • Loading branch information
kevinansfield committed Apr 1, 2019
1 parent a90ef32 commit e2bb821
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"ignoreDeps": [
"ember-drag-drop",
"normalize.css",
"validator"
"validator",
"ember-exam"
],
"ignorePaths": ["lib/koenig-editor/package.json"],
"travis": { "enabled": true },
Expand All @@ -25,6 +26,10 @@
"groupName": "ember core",
"packageNames": ["ember-source", "ember-cli", "ember-data"]
},
{
"groupName": "ember testing",
"packageNames": ["ember-mocha", "ember-exam", "testem"]
},
{
"groupName": "ember addons",
"packagePatterns": ["^ember", "^@ember", "^broccoli", "^liquid"]
Expand Down

0 comments on commit e2bb821

Please sign in to comment.