diff --git a/lib/workers/repository/reconfigure/index.ts b/lib/workers/repository/reconfigure/index.ts index abe55202eb5208..5977918c3b214b 100644 --- a/lib/workers/repository/reconfigure/index.ts +++ b/lib/workers/repository/reconfigure/index.ts @@ -6,18 +6,6 @@ import { deleteReconfigureBranchCache } from './reconfigure-cache'; import { getReconfigureBranchName } from './utils'; import { validateReconfigureBranch } from './validate'; -/** - * In a reconfigure branch: - * first check if such a branch exists (no->return) - * yes: - * check sha and only continue if sha doesn't match cached sha - * check if it has a valid config file (no failing check? and return) - * get the content, validate and give passing check as per it - * - * extractDeps - * ensure pr - */ - export async function checkReconfigureBranch( config: RenovateConfig, ): Promise {