Jeff Widman
Jeff Widman
This was an NPM problem. From my coworker @jakecoffman: > This appears to be a bug in NPM 10 up until 10.5.0. I was able to reproduce the issue but...
Is this still valid? `go` `1.11` is quite old and there haven't been many new reports of problems here...
I'm personally not in a hurry to go `1.0` because I'm not super familiar with `netns` deep intricacies and work at a different day job that doesn't actually use this...
Thanks for debugging! This seems reasonable to me, want to submit a PR with the fix?
The error is because the `-diff` flag wasn't added to `go mod tidy` until `go 1.23`: https://tip.golang.org/doc/go1.23#go-command Once this library starts using 1.23 or higher, this PR will start passing.
We've updated this repo's README with a [deprecation note](https://github.com/dependabot/dependabot-script?tab=readme-ov-file#this-repo-is-deprecated) which points to a [new example repo](https://github.com/dependabot/example-cli-usage/) we setup to demonstrate how to self-host Dependabot using the [Dependabot CLI](https://github.com/dependabot/cli). As a...
👋 Hi from the :dependabot: team. We'd love to see something like this, it'd make our error parsing code a bit less fragile. This is actually a common problem we...
related https://github.com/dpkp/kafka-python/issues/1726
This is a great idea, and I've raised it internally. No promises. But it would unlock a lot of custom use cases / features that people are wanting that are...
As [pointed out](https://github.com/dependabot/dependabot-core/issues/4680#issuecomment-2181839528) by @0xdevalias, we are migrating the back-end to use GitHub Actions. It's true we've had to lock down the "re-run Dependabot" to avoid recursive loops (ie, misconfigurations...