You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependabot PRs currently do not include pnpm-lock.yaml, upon the PR merged, the release workflow runs pnpm install --frozen-lockfile which expects the pnpm-lock.yaml to be up-to-date (not allowed to change), but since it is not, the workflow fails.
Some possible solutions:
Update dependabot to include pnpm-lock.yaml
Update release workflow to allow pnpm-lock.yaml to be modified.
Remove dependabot (not ideal because we introduced it for another reason: we depended on obsolete dependencies and were pinged by tbdex team)
The text was updated successfully, but these errors were encountered:
I vote to turn off Dependabot. It has been a burden, caused version discrepancies between dwn-sdk-js and web5-js, wasted CI cycles, and is generally annoying. I'm happy to handle dependency upgrades manually. I wasn't aware we had a mandate for doing so and it's not difficult to handle manually.
dependabot
PRs currently do not includepnpm-lock.yaml
, upon the PR merged, the release workflow runspnpm install --frozen-lockfile
which expects thepnpm-lock.yaml
to be up-to-date (not allowed to change), but since it is not, the workflow fails.Some possible solutions:
pnpm-lock.yaml
pnpm-lock.yaml
to be modified.tbdex
team)The text was updated successfully, but these errors were encountered: