Add Dependabot configuration for Maven updates#2933
Conversation
Configure Dependabot for Maven dependencies with daily updates for master and 6.X branches.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds a Dependabot configuration file to run daily Maven dependency update checks against the repository root for the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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 13-15: Move the open-pull-requests-limit key out of the schedule
block so it is a top-level (sibling) property in .github/dependabot.yml and
change its value from 0 (which disables PRs) to a non-zero limit (e.g., 5) or
remove it to use the default; ensure the YAML keeps schedule: interval: "daily"
unchanged and that open-pull-requests-limit appears alongside schedule (not
nested) to restore Dependabot PR creation.
- Around line 6-8: The YAML has mis-indented and disabling keys: move
open-pull-requests-limit out of the schedule mapping so it sits at the same
top-level as package-ecosystem, directory, schedule, and target-branch, and set
its value to a non-zero default (e.g., 5) instead of 0 to re-enable updates;
apply the same fix to the second Maven configuration block (the other
package-ecosystem: "maven" entry). Ensure keys are aligned at the same
indentation level so schedule only contains interval and the
open-pull-requests-limit is a sibling key.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 4f945039-6f3f-4bed-8365-4590c6fa22f2
📒 Files selected for processing (1)
.github/dependabot.yml
|
This pull request needs "/ok-to-test" from an authorized committer. |
Configure Dependabot for Maven dependencies with daily updates for master and 6.X branches.
Summary by CodeRabbit