зеркало из https://github.com/mozilla/treeherder.git
20 строки
398 B
JSON
20 строки
398 B
JSON
{
|
|
"extends": [
|
|
"config:js-app",
|
|
":maintainLockFilesWeekly",
|
|
":prNotPending",
|
|
":unpublishSafe"
|
|
],
|
|
"ignoreDeps": [
|
|
"@types/angular",
|
|
"@types/prop-types",
|
|
"@types/react",
|
|
"@types/react-dom",
|
|
"@uirouter/angularjs"
|
|
],
|
|
"labels": ["dependencies", "javascript"],
|
|
"reviewers": ["sarah-clements"],
|
|
"semanticCommits": false,
|
|
"travis": { "enabled": true }
|
|
}
|