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

Add dependabot #1130

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Add dependabot #1130

merged 2 commits into from
Feb 13, 2024

Conversation

oriontvv
Copy link
Contributor

This PR adds dependabot config

@cuviper
Copy link
Member

cuviper commented Feb 11, 2024

For a library crate like this, I'm not a fan of dependabot-forced cargo updates. End users building an application are free to use whatever semver-compatible versions they like. Is there a way to configure that only for major dependency upgrades?

@oriontvv
Copy link
Contributor Author

Yes, we can specify update-types: major doc

version: 2
updates:
- package-ecosystem: cargo
directory: /
Copy link
Member

Choose a reason for hiding this comment

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

Will it scan for all Cargo.toml in the workspace, or only the root?

@martin-g
Copy link

martin-g commented Feb 13, 2024 via email

@cuviper
Copy link
Member

cuviper commented Feb 13, 2024

OK, thanks! We'll try it out.

@cuviper cuviper added this pull request to the merge queue Feb 13, 2024
Merged via the queue into rayon-rs:main with commit 7efab6e Feb 13, 2024
4 checks passed
@oriontvv oriontvv deleted the add-dependabot branch February 13, 2024 18:50
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.

3 participants