UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 205 B
/** * Called when a new commit is added to branch * * ie. when branch is created/updated */ export declare function setBranchNewCommit(branchName: string, baseBranch: string, commitSha: string): void;