Skip to content

Commit

Permalink
refactor: log skippedOverVersions (#8664)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 12, 2021
1 parent 232af40 commit 2a4875b
Show file tree
Hide file tree
Showing 3 changed files with 1,138 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/manager/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export interface LookupUpdate {
newValue: string;
newVersion?: string;
semanticCommitType?: string;
skippedOverVersions?: string[];
toVersion?: string;
updateType?: UpdateType;
sourceUrl?: string;
Expand Down

0 comments on commit 2a4875b

Please sign in to comment.