Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Dependabot fixes and tidying up #131

Merged
merged 9 commits into from
Jan 9, 2025

Conversation

anelson
Copy link
Collaborator

@anelson anelson commented Dec 31, 2024

I noticed that the Dependabot config is out of date and isn't working right with the old format rust-toolchain.

I also took this opportunity to fix a broken link to releases in the README

This configured dependabot to always add me as a reviewer. It also switches from a weekly to a daily schedule.

The old one is deprecated anyway, and more importantly Dependabot
doesn't work with it so we have a lot of errors in GHA as a result.
- Enable auto merge
- Always add `anelson` as a reviewer
- Do updates daily instead of weekly
@anelson anelson force-pushed the chore/dependabot-fixes-and-tidying branch from 9026498 to ab1cefe Compare December 31, 2024 11:00
The old actions-rs action to install the Rust toolchain is abandoned and
now archived.  Unfortunately dtolnay's version doesn't honor
rust-toolchain so this introduces some repetition where there wasn't any
before.
I wanted to avoid doing that in this busy PR but it's not possible.
There are RUSTSEC vulns that block merging.  I could suppress them but
that's not a great practice.  So I pulled in updated versions of
dependent crates, many of which required a newer version of Rust.
@anelson anelson requested a review from oandrukh January 8, 2025 22:12
@anelson anelson merged commit 22322b9 into master Jan 9, 2025
9 checks passed
@anelson anelson deleted the chore/dependabot-fixes-and-tidying branch January 9, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants