-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependabot updater timeout on npm_and_yarn when running git stash show on github runner #11202
Comments
Also, this seems to have nothing to do with the package manager itself. I investigated running dependabot locally. That worked without issue. |
Same thing is happening here. I've disabled groups as a temporary fix. |
We have the same - though looking back at logs this happened the first time two weeks ago and happens constantly now in some repositories. A few more details from a repo where the daily update fails now:
I can dig up other information if need be, not sure what would be helpful. Above were the obvious differences. |
Our last successful run was also on December 18, but both the last successful run and the first failed run used version Here is a public reproduction repo with failing update runs if anyone wants to investigate why this is happening: I've tried to keep the number of dependencies here to a minimum, but when I do, the update job just works at some point, indicating that I've either removed the culprit or it hasn't timed out – I'm not sure (and spent too much time on this 😅). The workaround of disabling groups also works for us. This reproduction repo without groups has successful update runs: |
👍 This is important for our company for compliance reasons (ISO27001). It is essential to have dependencies updated in timely manner in order to stay compliant. |
Is there an existing issue for this?
Package ecosystem
npm and yarm
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
Expected
A pull request being created for the npm and yarn ecosystem.
What actually happened
After submitting the metrics, and creating a commit for workspace changes the updater hangs until timeout on git stash show - at least that is the last thing printed to the logs
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: