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

Harmonize granularity of dependency versions? #567

Open
dirksammel opened this issue Nov 23, 2023 · 0 comments
Open

Harmonize granularity of dependency versions? #567

dirksammel opened this issue Nov 23, 2023 · 0 comments

Comments

@dirksammel
Copy link
Member

We currently have different granularity of our dependency versions across different Cargo.toml files, but also in single files.
Some examples:
plugins/priority/Cargo.toml: serde-aux = "4"
collectors/slurm/Cargo.toml: serde-aux = "4.2.0"
collectors/slurm/Cargo.toml: anyhow = "1"

Should this be harmonized?
If we just use the major version, we have less work with dependabot PRs. But in our current workflow, we only get the minor version updates when we run cargo update before releasing a new AUDITOR version.
If we use the minor version, we get regular dependabot PRs and workflow checks during the development.

@dirksammel dirksammel changed the title Harmonize granularity of dependency version? Harmonize granularity of dependency versions? Nov 23, 2023
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

No branches or pull requests

1 participant