Skip to content

Commit e751d18

Browse files
committed
Rename to dependencyOverviewEnabled
1 parent bccd0a1 commit e751d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { socketYmlSchemaV1 } = require('./lib/v1')
1414
* @property {string[]} [ignoreUsers] list of GitHub usernames to ignore when creating reports
1515
* @property {boolean} [projectReportsEnabled] enable/disable Github app project report checks
1616
* @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
1818
*/
1919

2020
/**
@@ -53,7 +53,7 @@ const socketYmlSchema = {
5353
},
5454
projectReportsEnabled: { type: 'boolean', nullable: true },
5555
pullRequestAlertsEnabled: { type: 'boolean', nullable: true },
56-
depDiffCommentsEnabled: { type: 'boolean', nullable: true }
56+
dependencyOverviewEnabled: { type: 'boolean', nullable: true }
5757
},
5858
required: [],
5959
additionalProperties: false,

0 commit comments

Comments
 (0)