Skip to content

Commit

Permalink
refactor: add bucket to update
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 12, 2021
1 parent b2bbe96 commit f5ceba0
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 6 deletions.
1 change: 1 addition & 0 deletions lib/manager/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export interface Package<T> extends ManagerData<T> {
}

export interface LookupUpdate {
bucket?: string;
blockedByPin?: boolean;
branchName?: string;
commitMessageAction?: string;
Expand Down

0 comments on commit f5ceba0

Please sign in to comment.