diff --git a/packages/repocop/src/config.ts b/packages/repocop/src/config.ts index 4482857d7..bc622d2ea 100644 --- a/packages/repocop/src/config.ts +++ b/packages/repocop/src/config.ts @@ -63,11 +63,6 @@ export interface Config extends PrismaConfig { */ snykIntegratorTopic: string; - /** - * Flag to enable creation of dependency graph integration PRs - */ - dependencyGraphIntegrationPrEnabled: boolean; - /** * The ARN of the Dependency Graph Integrator input topic. */