-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
752f280
commit 0539e8e
Showing
1 changed file
with
1 addition
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,5 @@ | ||
// Docs: | ||
// https://docs.renovatebot.com/configuration-options/ | ||
{ | ||
"extends": [ | ||
"config:base", | ||
":semanticCommits" | ||
], | ||
"automerge": true, | ||
"masterIssue": true, | ||
"schedule": ["after 9pm on sunday"], | ||
"rangeStrategy": "bump", | ||
"packageRules": [ | ||
//////////////////////////////////////// | ||
// Grouping namespaced packages together | ||
// | ||
// This reduces overall PR count | ||
//////////////////////////////////////// | ||
{ | ||
"groupName": "Type Definitions", | ||
"packagePatterns": ["^@types\/*"], | ||
"schedule": ["after 9pm on sunday"], | ||
}, | ||
{ | ||
"groupName": "Lint Dependencies", | ||
"schedule": ["after 9pm on sunday"], | ||
"packageNames": [ | ||
"eslint", | ||
"babel-eslint", | ||
"ember-template-lint", | ||
"prettier" | ||
], | ||
"packagePatterns": [ | ||
"eslint-plugin-.*", | ||
"eslint-config-.*", | ||
".*typescript-eslint.*", | ||
"^@commitlint\/*", | ||
"^remark-*" | ||
] | ||
}, | ||
// These are dependencies that come default when | ||
// generating a new ember addon | ||
{ | ||
"groupName": "Framework Dependencies", | ||
"packageNames": [ | ||
"@ember/optional-features", | ||
"@glimmer/component", | ||
"@glimmer/tracking", | ||
"ember-disable-prototype-extensions", | ||
"ember-export-application-global", | ||
"ember-load-initializers", | ||
"ember-maybe-import-regenerator", | ||
"ember-resolver", | ||
"ember-source", | ||
"ember-cli-page-title" | ||
] | ||
}, | ||
{ | ||
"groupName": "CLI Dependencies", | ||
"packageNames": [ | ||
"broccoli-asset-rev", | ||
"ember-cli", | ||
"ember-auto-import", | ||
"ember-cli-dependency-checker", | ||
"ember-cli-inject-live-reload", | ||
"ember-cli-sri", | ||
"ember-cli-terser" | ||
] | ||
}, | ||
{ | ||
"groupName": "Testing Dependencies", | ||
"schedule": ["after 9pm on sunday"], | ||
"packageNames": [ | ||
"qunit-dom", | ||
"ember-try", | ||
"ember-source-channel-url", | ||
"ember-qunit", | ||
"qunit", | ||
"npm-run-all" | ||
] | ||
} | ||
"github>NullVoxPopuli/renovate:npm.json5" | ||
] | ||
} |