Skip to content

Commit

Permalink
fix(cache): include upgrade details in pr fingerprint (#22271)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 16, 2023
1 parent 90100df commit f2977e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/workers/repository/update/pr/pr-fingerprint.ts
Expand Up @@ -45,6 +45,9 @@ export function generatePrFingerprintConfig(
const filteredUpgrades = config.upgrades.map((upgrade) => {
return {
depName: upgrade.depName,
displayFrom: upgrade.displayFrom,
displayTo: upgrade.displayTo,
displayPending: upgrade.displayPending,
gitRef: upgrade.gitRef,
hasReleaseNotes: upgrade.hasReleaseNotes,
prBodyDefinitions: upgrade.prBodyDefinitions,
Expand Down

0 comments on commit f2977e4

Please sign in to comment.