dependabot / dependabot-script

A simple script that demonstrates how to use Dependabot Core
MIT License
557 stars 274 forks source link

Increase timeout #916

Open cmorinupgrade opened 1 year ago

cmorinupgrade commented 1 year ago

Context I am running dependabot-script using the dependabot-core image in a Argo Workflow on AWS EKS. Dependabot is configured to use private registry (Artifactory) as an interface to public registries.

What I am trying to achieve For some specific task, I am getting timeout errors. ERROR: could not upgrade my-repository@master using maven: connect_read timeout reached

Anybody here has an idea how to increase timeout in dependabot?