Skip to content

Commit

Permalink
chore: logger.debug ensureDependencyDashboard()
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 26, 2023
1 parent a67d251 commit 5d06a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/workers/repository/dependency-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export async function ensureDependencyDashboard(
allBranches: BranchConfig[],
packageFiles: Record<string, PackageFile[]> = {}
): Promise<void> {
logger.debug('ensureDependencyDashboard()');
// legacy/migrated issue
const reuseTitle = 'Update Dependencies (Renovate Bot)';
const branches = allBranches.filter(
Expand Down

0 comments on commit 5d06a02

Please sign in to comment.