chore(deps): stop automatic updates for typify and schemars - #2290
chore(deps): stop automatic updates for typify and schemars#2290webern wants to merge 3 commits into
Conversation
Keep schemars, typify, and prettyplease updates visible in the\nDependency Dashboard without opening automatic PRs while typify lacks\nschemars 1.0 support.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fc09dda06e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Binary Size Analysis (Agent Data Plane)Baseline: f01ad23 · Comparison: 8adaa0c · diff ✅ Binary size difference within thresholdChanges by Module
Detailed Symbol Changes |
There was a problem hiding this comment.
More details
The approval rule matches the intended workspace dependencies while leaving unrelated Cargo and non-Cargo updates automatic. Renovate’s vulnerability-alert override still wins, so security fixes for these packages remain immediate rather than awaiting dashboard approval.
📊 Validated against 10 scenarios · Open Bits AI session
🤖 Datadog Autotest · Commit fc09dda · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
Regression Detector (Agent Data Plane)Run ID: Optimization Goals: ✅ No significant changes detectedFine details of change detection per experiment (5)Experiments configured
Bounds Checks: ✅ Passed (5)
ExplanationA change is flagged as a regression when |Δ mean %| > 5.00% in the regressing direction for its optimization goal AND SMP marks the experiment as a regression ( |
Give the blocked schema and code generation dependencies their own\nRenovate group so dashboard approval does not gate unrelated Cargo\nupdates.
Summary
Unfortunately there is a dependency deadlock with
typifyandschemars(we usetypifyto generate types from JSON-schema). This PR prevents rennovate from opening PRs that will not pass CI and that we cannot reasonably resolve in a bot-generated dependency-update PR.Change Type
How did you test this PR?
N/A
References
The dependency issue is tracked in #2289