Check dependencies monthly instead of weekly - #63
Conversation
Also drops schedule.day: it only applies to a weekly interval, so it would be a dead key once the interval is monthly. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus 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 schedules for GitHub Actions, Python ChangesDependabot schedules
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only adjusts Dependabot checks to run monthly and removes obsolete weekly scheduling keys; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Title checkExplanation The title clearly describes the main change: Dependabot dependency checks now run monthly. It is concise and directly related to the changeset, although some checks changed from daily rather than weekly. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ 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 |
Summary
Sets every
schedule.intervalin.github/dependabot.ymltomonthly.schedule.dayis dropped wherever it appeared: that key only applies when the interval isweekly, so leaving it alongsidemonthlywould be a dead setting that reads as if it still controls timing.Test plan
Config parses as valid YAML;
version: 2intact; every entry underupdatesnow readsinterval: monthlywith no leftoverdaykey. Ecosystem, directory, grouping, labels and commit-message settings are untouched.🤖 Generated with Claude Code
Summary by CodeRabbit