emahiq

Results 5 comments of emahiq

It seems like all allow-conditions require a `dependency-type`, as seen [here](https://github.com/tinglesoftware/dependabot-azure-devops/blob/main/updater/bin/update-script.rb#L225). I modified my dependabot.yml to this, where I added `dependency-type: all`: ```yml version: 2 updates: - package-ecosystem: nuget directory:...

Sorry for the late reply, was on vacation @mburumaxwell I haven't had time to test removing `dependency-type: all` from my `allow`s yet, but I noticed that at the same of...

The list would be three times as long if I used `ignore`s instead. Are you saying that `allow` doesn't work at all anymore? Or is there something with my particular...

I understand. Thank you for the help! I'll see if we can work around this for now then.

I'd love to see this implemented. We regularly do async cleanup in the dispose method, and I'd love to await that properly. Any progress?