* chore(deps): bump got from 11.8.3 to 12.0.1 * update limit syntax * update CancelError import * update timeout syntax * set missing user/pass to empty string for basic auth * fix opm badge Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chris48s <chris.shaw480@gmail.com> Co-authored-by: chris48s <chris48s@users.noreply.github.com>
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
import got from 'got'
|
|
|
|
// https://github.com/nock/nock/issues/1523
|
|
export default got.extend({ retry: { limit: 0 } })
|