Skip to content

Commit

Permalink
chore: add depName when failing to update a dependency (renovatebot…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna authored and kosmoz committed Aug 16, 2024
1 parent 6bb9dd0 commit 24712b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/workers/repository/update/branch/auto-replace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export async function confirmIfDepUpdated(
if (upgrade.newValue && upgrade.newValue !== newUpgrade.currentValue) {
logger.debug(
{
depName: upgrade.depName,
manager,
packageFile,
expectedValue: upgrade.newValue,
Expand All @@ -108,6 +109,7 @@ export async function confirmIfDepUpdated(
) {
logger.debug(
{
depName: upgrade.depName,
manager,
packageFile,
expectedValue: upgrade.newDigest,
Expand Down

0 comments on commit 24712b0

Please sign in to comment.