chore: ignore Dependabot patch releases - #18
Conversation
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughDependabot now ignores semver patch updates for Cargo dependencies and GitHub Actions. Existing schedules, limits, and other update types remain unchanged. ChangesDependabot update filters
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
A rabbit checks the update queue Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b38dfc84b7
ℹ️ 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".
| - dependency-name: "*" | ||
| update-types: ["version-update:semver-patch"] |
There was a problem hiding this comment.
Preserve Dependabot security updates
When a Cargo or GitHub Actions dependency has a vulnerability fix, these wildcard rules also suppress its security-update PR: for security updates, Dependabot ignores the update-types attribute and still applies dependency-name, so "*" excludes every dependency. Use a mechanism that disables routine patch version PRs without applying a wildcard ignore rule to security updates.
Useful? React with 👍 / 👎.
Tiny Sweeper reviewTiny Sweeper reviewed this change across 6 lane(s) and found 0 active actionable finding(s). Detailed lane evidence and any incomplete work are listed below. State: Ready for maintainer review Review snapshot
Completeness: Complete What changedThe review could not produce a supported behavioral summary; inspect the cited changed surface and lane details below. FeaturesNone identified with supported citations. TestsNo supported feature-to-test mapping was produced. Test execution is not inferred. FindingsNo active actionable findings. Before mergeNone. Agent review detailscritique
security
tests
commits
description
e2e
Evidence and run details
|
There was a problem hiding this comment.
tinysweeper found nothing blocking. Approving.
$0.0028 · 55,057 in / 5,441 out · 7,876 cached (14%) · ladder/vectors, gpt-5.6-luna, deepseek-v4-flash · 34 embedded
critique: $0.0018 · 32,131 in / 2,944 out · 5,072 cached (16%) · gpt-5.6-luna, deepseek-v4-flash
security: $0.0008 · 14,865 in / 447 out · 1,780 cached (12%) · gpt-5.6-luna
description: $0.0001 · 6,597 in / 597 out · 1,024 cached (16%) · deepseek-v4-flash
Ignore semver patch updates for every configured ecosystem. Minor and major updates remain eligible, and security updates are unaffected.
Summary by CodeRabbit