Chris Swan
Chris Swan
Thanks for the quick response @jakecoffman It's still saying `Dependabot encountered an unknown error` `Dependabot failed to update your dependencies because an unexpected error occurred. See the logs for more...
Thanks @jakecoffman the overnight run beat me to it... This time I see a green tick before `Dependabot encountered an unknown error` rather than the usual red triangle, which is...
Thanks @jakecoffman I just tried running that myself. I'm not seeing anything in `out.yml` that references the symlink, which should be well out of scope given that it's in a...
Some progress... I'm now seeing clean runs with the `dependabot` CLI and in Dependency Graph > Dependabot. But, no PR actually raised. So it's still silently failing somewhere.
@sigurdm sadly no improvement. The [logs](https://gist.github.com/cpswan/f5b897003dc50219e0a5c84a4c8f570f) conclude in a way that suggests that PRs have been raised: ``` updater | 2023/06/02 01:11:39 INFO Results: updater | +------------------------------------------------+ updater | |...
Error reporting seems to have improved :) Rather than an `unknown error` I now see: ``` Dependabot failed to create a pull request Dependabot ran into an issue when attempting...
After adding groups to my `dependabot.yml` it looks like things are working when they weren't before.  But there's no actual PR from that run :( Full logs in this...
Extra weirdness... in the time it took me to write the comment above (which was already an hour after the Dependabot run), the status has now changed to failed. Nothing...
A little before and after example: [before](https://github.com/atsign-foundation/noports/pull/1055/commits/c8aaea020dacd5b9041ff1c0af22718f436d6fc3) ``` build(deps): Update atsdk requirement Updates the requirements on [atsdk](https://github.com/atsign-foundation/at_python) to permit the latest version. Updates `atsdk` to 0.2.14 - [Release notes](https://github.com/atsign-foundation/at_python/releases) -...
@XavierChanth having worked some more on the packaging of config and init for OpenWRT I don't think this is on the critical path (or even necessary) for that, so maybe...