Jake Coffman

Results 53 comments of Jake Coffman

@visuman we recently improved the error message around PR creation, can you try again and see if the error is more helpful now?

This should be fixed now. Our service wasn't taking the directory of the dependency into account yet, so it would create the first PR for ubuntu in one directory, but...

Looks like the error is in dependabot-core this time, from the job logs: ``` +------------------------------------------------------------------------------------------------------------------------------------+ | Changes to Dependabot Pull Requests | +---------+--------------------------------------------------------------------------------------------------------------------------+ | created | grpcio ( from 1.65.1...

I was able to reproduce the behavior and tracked down the reason why. I opened a new issue to track that fix: https://github.com/dependabot/dependabot-core/issues/10340

FAKE_API_HOST is used to set the host/ip of the server, what you are seeing there is the URL of the request. You would have to use `--api-url` to change where...

We don't have plans to implement this so I'll close it out for now.

The feature flag is removed and I rolled back some changes to fix the rebase issues across these PRs: - https://github.com/dependabot/dependabot-core/pull/10224 - https://github.com/dependabot/dependabot-core/pull/10228 - https://github.com/dependabot/dependabot-core/pull/10252 - https://github.com/dependabot/dependabot-core/pull/10270 So this PR...

You can now commit a `go.env` file and Dependabot will use it during the update. This allows you to set any environment variables needed such as `GOPRIVATE`.

Corporate networks sometime require the use of custom certificates. The Dependabot CLI has a `--proxy-cert` option which takes the path to said cert and copies it into the container which...

Yeah good idea! Modeling the job in the CLI was the first step so it makes sense to formalize it even more. In this PR can you generate a new...