File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const { socketYmlSchemaV1 } = require('./lib/v1')
14
14
* @property {string[] } [ignoreUsers] list of GitHub usernames to ignore when creating reports
15
15
* @property {boolean } [projectReportsEnabled] enable/disable Github app project report checks
16
16
* @property {boolean } [pullRequestAlertsEnabled] enable/disable GitHub app pull request alert checks
17
- * @property {boolean } [depDiffCommentsEnabled ] enable/disable Pull request comments with details about changed dependencies
17
+ * @property {boolean } [dependencyOverviewEnabled ] enable/disable Pull request comments with details about changed dependencies
18
18
*/
19
19
20
20
/**
@@ -53,7 +53,7 @@ const socketYmlSchema = {
53
53
} ,
54
54
projectReportsEnabled : { type : 'boolean' , nullable : true } ,
55
55
pullRequestAlertsEnabled : { type : 'boolean' , nullable : true } ,
56
- depDiffCommentsEnabled : { type : 'boolean' , nullable : true }
56
+ dependencyOverviewEnabled : { type : 'boolean' , nullable : true }
57
57
} ,
58
58
required : [ ] ,
59
59
additionalProperties : false ,
You can’t perform that action at this time.
0 commit comments