-
Notifications
You must be signed in to change notification settings - Fork 371
chore(ci): enhance Dependabot configuration for GitHub Actions and Pub packages #2414
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
base: master
Are you sure you want to change the base?
Conversation
WalkthroughReworks Dependabot config to consolidate grouped updates for GitHub Actions and Pub packages with commit prefix and limits; updates the PR title workflow scopes by removing Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dependabot as Dependabot (weekly)
participant Repo as GitHub Repo
participant PR as Pull Request
participant CI as pr_title Workflow
rect rgb(245,250,255)
note over Dependabot,Repo: Dependabot scans configured ecosystems\n(grouped updates, commit prefix "chore(deps)")
Dependabot->>Repo: Create/update grouped PR(s)
Repo->>PR: PR(s) opened with chore(deps) title
end
rect rgb(245,255,245)
note over PR,CI: PR title validation with updated scopes
PR->>CI: Trigger workflow on open/update
CI->>CI: Validate conventional commit format and allowed scopes\n(llc, core, ui, localization, persistence, ci, deps, repo, samples)
CI-->>PR: Report pass/fail status
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/dependabot.yml (1)
20-22
: Reconsider ignoring patch-level updates for Actions.Suppressing semver patch updates can hide important fixes (including some security remediations that are not flagged separately). Consider removing the ignore rule so Dependabot can surface those updates promptly.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (2)
.github/dependabot.yml
(1 hunks).github/workflows/pr_title.yml
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
- GitHub Check: stream_chat_flutter_core
- GitHub Check: stream_chat_persistence
- GitHub Check: stream_chat
- GitHub Check: stream_chat_flutter
- GitHub Check: stream_chat_localizations
🔇 Additional comments (1)
.github/workflows/pr_title.yml (1)
21-41
: Scopes update looks solid.Appreciate the expanded scope list and inline documentation—this keeps PR title expectations aligned with the new Dependabot flows.
Removes commented out scope descriptions and reorders the `samples` scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
.github/dependabot.yml
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
- GitHub Check: stream_chat_persistence
- GitHub Check: stream_chat
- GitHub Check: stream_chat_flutter_core
- GitHub Check: stream_chat_localizations
- GitHub Check: stream_chat_flutter
Summary by CodeRabbit