Skip to content

Commit

Permalink
fix: remove pkg.version from prFingerprintConfig (#21077)
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Mar 22, 2023
1 parent 1615d26 commit 55e09a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/workers/repository/update/pr/pr-fingerprint.ts
Expand Up @@ -2,7 +2,6 @@
// https://github.com/renovatebot/renovate/blob/3d85b6048d6a8c57887b64ed4929e2e02ea41aa0/lib/workers/repository/update/pr/index.ts#L294-L306

import type { UpdateType, ValidationMessage } from '../../../../config/types';
import { pkg } from '../../../../expose.cjs';
import { logger } from '../../../../logger';
import type { PrCache } from '../../../../util/cache/repository/types';
import { getElapsedHours } from '../../../../util/date';
Expand All @@ -19,9 +18,6 @@ export interface FilteredBranchUpgradeConfig {
}

export interface PrFingerprintConfig {
// Renovate Version
pkgVersion: string;

// BranchConfig - filtered
automerge?: boolean;
automergeSchedule?: string[];
Expand Down Expand Up @@ -63,7 +59,6 @@ export function generatePrFingerprintConfig(
filteredUpgrades,
hasReleaseNotes: config.hasReleaseNotes,
isPin: config.isPin,
pkgVersion: pkg.version,
prBodyTemplate: config.prBodyTemplate,
prFooter: config.prFooter,
prHeader: config.prHeader,
Expand Down

0 comments on commit 55e09a8

Please sign in to comment.