ci: use uv ecosystem for dependabot, fix cargo directories - #294
Merged
Conversation
facutuesca
reviewed
Jul 28, 2026
cryptography-x509 is pinned by git tag in [workspace.dependencies], which dependabot cannot rewrite: it moves only Cargo.lock, producing the Cargo.toml/Cargo.lock drift reported in #287. That is why the dependency sits in dependabot's ignore list rather than being updated there. Poll pyca/cryptography weekly instead. On a new tag, rewrite the pin, re-resolve Cargo.lock, assert the two agree (make lockfile), and run make test before opening a PR. Upstream publishes no GitHub releases, so the tag list is ranked instead of read from the releases API. PRs authored with GITHUB_TOKEN do not trigger workflows, so the scheduled run is the only place the bump is tested; a tag that breaks the ASN.1 bindings fails the run and opens nothing. Verified end to end on a fork: the generated Cargo.toml/Cargo.lock diff is identical to the hand-made bump in #293, and a re-run correctly skips once the branch exists. Upstream issue: dependabot/dependabot-core#13219 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
facutuesca
reviewed
Jul 28, 2026
…pendabot-uv-ecosystem
facutuesca
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes two issues:
uvbut the dependabot configuration was set topip