Skip to content

Commit a4b46cf

Browse files
authored
Merge pull request #12 from SocketDev/depDiffComments
Add dependencyOverviewEnabled setting
2 parents f760773 + e751d18 commit a4b46cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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} [dependencyOverviewEnabled] enable/disable Pull request comments with details about changed dependencies
1718
*/
1819

1920
/**
@@ -52,6 +53,7 @@ const socketYmlSchema = {
5253
},
5354
projectReportsEnabled: { type: 'boolean', nullable: true },
5455
pullRequestAlertsEnabled: { type: 'boolean', nullable: true },
56+
dependencyOverviewEnabled: { type: 'boolean', nullable: true }
5557
},
5658
required: [],
5759
additionalProperties: false,

0 commit comments

Comments
 (0)