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

.github/dependabot.yml: prevent updates that require manifest change #405

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

ueno
Copy link
Contributor

@ueno ueno commented Jun 15, 2022

By default dependabot creates PRs that update each dependency to the
latest possible version. That would be problematic if we use crates
packaged in distributions such as Fedora. This forces the
"lockfile-only" strategy to only allow minor updates:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy

Signed-off-by: Daiki Ueno [email protected]

By default dependabot creates PRs that update each dependency to the
latest possible version.  That would be problematic if we use crates
packaged in distributions such as Fedora.  This forces the
"lockfile-only" strategy to only allow minor updates:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy

Signed-off-by: Daiki Ueno <[email protected]>
@mpeters mpeters merged commit 25a5ddd into keylime:master Jun 15, 2022
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.

5 participants