Skip to content

Check dependencies monthly instead of weekly - #63

Merged
saudzahirr merged 1 commit into
mainfrom
chore/dependabot-monthly
Aug 25, 2026
Merged

Check dependencies monthly instead of weekly#63
saudzahirr merged 1 commit into
mainfrom
chore/dependabot-monthly

Conversation

@saudzahirr

@saudzahirr saudzahirr commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Sets every schedule.interval in .github/dependabot.yml to monthly.

schedule.day is dropped wherever it appeared: that key only applies when the interval is weekly, so leaving it alongside monthly would be a dead setting that reads as if it still controls timing.

Test plan

Config parses as valid YAML; version: 2 intact; every entry under updates now reads interval: monthly with no leftover day key. Ecosystem, directory, grouping, labels and commit-message settings are untouched.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated automated dependency update checks to run monthly for GitHub Actions, Python tooling, Docker, and Docker Compose.

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>
@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 1b2b25ee-abc5-46ae-978d-051ff79e56af

📥 Commits

Reviewing files that changed from the base of the PR and between 6305069 and 92410c0.

📒 Files selected for processing (1)
  • .github/dependabot.yml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Dependabot schedules for GitHub Actions, Python uv, Docker, and Docker Compose change to monthly intervals.

Changes

Dependabot schedules

Layer / File(s) Summary
Monthly update intervals
.github/dependabot.yml
GitHub Actions and Python uv updates change to monthly schedules. Docker and Docker Compose updates also change to monthly schedules.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 92410

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)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 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 week…
Docstring Coverage ✅ Passed 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…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Title check

Explanation

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 Coverage

Explanation

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)
  • Create PR with unit tests
  • Commit unit tests in branch chore/dependabot-monthly

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@saudzahirr
saudzahirr merged commit 740d74a into main Aug 25, 2026
2 of 3 checks passed
@saudzahirr
saudzahirr deleted the chore/dependabot-monthly branch August 25, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant