Add dependabot configuration to bump Stream conventions#63
Conversation
PR checklist ✅All required conditions are satisfied:
🎉 Great job! This PR is ready for review. |
WalkthroughIntroduces a Dependabot configuration file that enables automated daily dependency updates for GitHub Actions and Gradle ecosystems. Gradle updates are limited to specific Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/dependabot.yml:
- Around line 16-23: Remove the three non-existent allow-list entries
(io.getstream.android.test, io.getstream.java.platform, io.getstream.publish)
and keep only the actual Gradle plugin identifiers that exist in
gradle/libs.versions.toml (io.getstream.project, io.getstream.android.library,
io.getstream.android.application, io.getstream.java.library) so Dependabot's
allow list matches real plugins; update the allow block to include just those
four identifiers.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 5dac2f48-0c46-4544-a9c5-f821b2b0b923
📒 Files selected for processing (1)
.github/dependabot.yml
|



Goal
Add dependabot configuration so that PRs bumping Stream conventions will be created automatically by dependabot.
Implementation
Add
.github/dependabot.ymlwith configuration to only update workflows/actions & stream pluginsTesting
We'll enable dependabot in the repo settings & check that PRs are opened properly
Summary by CodeRabbit