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

generically handle package version pinning #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

iliana
Copy link

@iliana iliana commented Jun 21, 2024

In oxidecomputer/omicron#5786 I changed the version field for vsss-rs to =3.3.4 to prevent cargo update (and the "lock file maintenance" Renovate task) from bumping the version. Similarly in oxidecomputer/omicron#5926 I'm also marking sled's version dependency in the same way.

Instead of listing individual packages to ignore in the Renovate config, it seems nicer to overload the = sigil with the additional meaning of "hey Renovate, please ignore this crate entirely".

(Note that I am not certain how to test if this works properly.)

@iliana iliana requested a review from sunshowers June 21, 2024 17:42
@sunshowers
Copy link
Contributor

Thanks, looks good!

Copy link
Contributor

@sunshowers sunshowers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also update https://github.com/oxidecomputer/renovate-config/tree/main/rust#exclusions to just mention that writing = will cause crates to be skipped?

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