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(renovate): don't update patches #154

Merged

Conversation

MarcoIeni
Copy link
Member

Close #153

This should prevent Cargo.lock updates from a.b.c to a.b.(c+1).

From my understanding, unfortunately disabling minor as well means that we'll stop get updates from 0.x.y to 0.(x+1).0, so I haven't disabled minor.

However ideally we want to disable updates from a.b.c to a.(b+1).0. Maybe something we can investigate further in the future.

@Kobzol
Copy link
Contributor

Kobzol commented Sep 19, 2024

We could probably group the Rust PRs into groups that are merged less frequently and enable only security vulnerability patches to be applied, but this seems like a quick solution that should work.

However, I'm not sure if this also doesn't disable security patch updates, that would be bad.

Maybe we also need to enable these explicitly? renovatebot/renovate#15490 (comment)

@MarcoIeni
Copy link
Member Author

I'll do some tests in my repo for the security vulnerabilities. In the meantime I think we can merge this.

Please do this setup for the repo to get prepared for the next pr: https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts

image

@Kobzol
Copy link
Contributor

Kobzol commented Sep 19, 2024

I don't have access to settings on this repo :) I agree that we can merge this for now, thanks!

@Kobzol Kobzol added this pull request to the merge queue Sep 19, 2024
Merged via the queue into rust-lang:main with commit 7fcb688 Sep 19, 2024
2 checks passed
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.

Avoid renovate sending patch updates too often
2 participants