Skip to content

Commit

Permalink
fix: set enabled=true for remedations
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 8, 2021
1 parent 0585f2d commit c8fc8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/workers/repository/updates/flatten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export async function flattenUpdates(
updateConfig.currentValue = updateConfig.currentVersion;
updateConfig.newValue = updateConfig.newVersion;
updateConfig = applyUpdateConfig(updateConfig);
updateConfig.enabled = true;
updates.push(updateConfig);
}
}
Expand Down

0 comments on commit c8fc8ec

Please sign in to comment.