chore(ci): align renovate config with amp repository#13
Merged
Conversation
Adopt the amp repository's renovate policy and dependency grouping, curated to the crates actually present in the ampup workspace. - Defer cargo patch bumps to the scheduled `lockFileMaintenance` PR by disabling per-patch update PRs - Add a `tokio-futures` group covering `tokio` and `futures` - Trim the `console-rs` group to `console` and `dialoguer` (drop `indicatif`, absent from the workspace) - Remove the `serde_yaml` ignore as the crate is not present in the dependency tree Signed-off-by: Lorenzo Delgado <lorenzo@edgeandnode.com>
There was a problem hiding this comment.
Pull request overview
Aligns this repository’s Renovate configuration with the upstream amp repository’s policy, adjusting dependency grouping and update noise for the ampup Rust workspace.
Changes:
- Disables standalone Cargo patch update PRs, relying on
lockFileMaintenancefor lockfile refreshes. - Refines the
console-rs terminal UIgroup to only include crates present in the workspace. - Adds a new
tokio-futuresdependency group for coordinated updates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+27
to
+28
| // Only open PRs for major and minor cargo updates. Patch bumps are left to | ||
| // the scheduled lockFileMaintenance PR to avoid per-patch PR noise. |
Comment on lines
+29
to
+37
| { | ||
| matchManagers: [ | ||
| 'cargo', | ||
| ], | ||
| matchUpdateTypes: [ | ||
| 'patch', | ||
| ], | ||
| enabled: false, | ||
| }, |
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.
Adopt the amp repository's renovate policy and dependency grouping, curated to the crates actually present in the ampup workspace.
lockFileMaintenancePR by disabling per-patch update PRstokio-futuresgroup coveringtokioandfuturesconsole-rsgroup toconsoleanddialoguer(dropindicatif, absent from the workspace)serde_yamlignore as the crate is not present in the dependency tree