Conversation
| - name: Install cargo-nextest | ||
| uses: taiki-e/install-action@v2 | ||
| with: | ||
| tool: nextest@0.9.80 |
There was a problem hiding this comment.
We've intentionally pinned an older version of nextest due to buggy behavior.
| - package-ecosystem: cargo | ||
| directory: / | ||
| schedule: | ||
| interval: weekly | ||
| - package-ecosystem: docker | ||
| directory: docker | ||
| schedule: | ||
| interval: weekly |
There was a problem hiding this comment.
I appreciate your work on this, but we've intentionally turned off dependabot in iroh in the past as it didn't fit into our workflow.
| "futures-core", | ||
| "pin-project-lite", | ||
| "spin", | ||
| "spin 0.10.0", |
There was a problem hiding this comment.
This introduced a new duplicate dependency. It might be worth looking into the dependency tree to see what else needs to be updated.
| "iroh-quinn-udp", | ||
| "iroh-relay", | ||
| "n0-future", | ||
| "n0-future 0.2.0", |
There was a problem hiding this comment.
Another new duplicate dependency.
Looking at the rest of this file, seems like it's used in n0-snafu and net-tools.
| "iroh-metrics", | ||
| "lru", | ||
| "n0-future", | ||
| "lru 0.16.0", |
There was a problem hiding this comment.
Another duplicate dependency.
Seems like that's due to the mainline/pkarr crates
| "strum 0.27.1", | ||
| "strum", |
There was a problem hiding this comment.
No more duplicate dependency :)
I would like to try this for a bit Closes #3416
|
You closed all my work without asking my permission? Thank you! Please be at least fair to other contributors to change your policy accordingly: |
Description
Notes & open questions