Configure Renovate#986
Merged
Merged
Conversation
nicholasbishop
force-pushed
the
renovate/configure
branch
from
November 3, 2023 00:59
271688e to
0ba5ba4
Compare
Member
|
This config sets up renovate bot to:
Closes #982 |
nicholasbishop
force-pushed
the
renovate/configure
branch
from
November 3, 2023 01:02
0ba5ba4 to
b2889dc
Compare
This config sets up renovate bot to: * Run once per week * Update Cargo.lock with the latest compatible versions. These PRs will be merged automatically if the tests pass. * For dep updates that are already semver-compatible with the version in Cargo.toml, no changes will be made (except for the lockfile as described above). So, for example, we won't get PRs to update log-0.4.5 to 0.4.21 in Cargo.toml, because that's already semver-compat and covered by the lockfile change. * For dep updates that are not semver-compat, a PR will be created. * Updates of the `typos` action will be merged automatically if the tests pass, since that action gets updated a lot and is low-risk to merge without human oversight.
nicholasbishop
force-pushed
the
renovate/configure
branch
from
November 3, 2023 01:04
b2889dc to
4d7890a
Compare
Member
|
Nice, thanks for working on this @nicholasbishop. We use Renovate internally (in conjunction with GitLab) and are quite happy with it. |
Member
|
For the record, we currently don't update Nix/NIV dependencies automatically but this is fine, as we don't do much Nix magic at the moment. I'll update it from time to time manually, for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Cargo.toml(cargo)template/Cargo.toml(cargo)uefi-macros/Cargo.toml(cargo)uefi-raw/Cargo.toml(cargo)uefi-services/Cargo.toml(cargo)uefi-test-runner/Cargo.toml(cargo)uefi/Cargo.toml(cargo)xtask/Cargo.toml(cargo).github/workflows/book.yml(github-actions).github/workflows/developer_productivity.yml(github-actions).github/workflows/qa.yml(github-actions).github/workflows/rust.yml(github-actions)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests directories.🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the
renovate.jsonin this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
chore(deps): update crate-ci/typos action to v1.16.22
renovate/crate-ci-typos-1.xmainv1.16.22chore(deps): lock file maintenance
renovate/lock-file-maintenancemain❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.